StackOverflowException when creating container
See original GitHub issueI migrated from StructureMap to Lamar, and now I get a StackOverflowException
.
The call stack window is as follows. Unfortunately I can’t post more details, as that would violate an NDA, and it is very hard to figure out what is causing the issue.
[Managed to Native Transition]
System.Private.CoreLib.dll!System.ModuleHandle.ResolveTypeHandleInternal(System.Reflection.RuntimeModule module, int typeToken, System.RuntimeTypeHandle[] typeInstantiationContext, System.RuntimeTypeHandle[] methodInstantiationContext) Line 1285
at E:\A\_work\75\s\src\mscorlib\src\System\RuntimeHandles.cs(1285)
System.Private.CoreLib.dll!System.Reflection.RuntimeModule.ResolveType(int metadataToken, System.Type[] genericTypeArguments, System.Type[] genericMethodArguments) Line 248
at E:\A\_work\75\s\src\mscorlib\src\System\Reflection\RuntimeModule.cs(248)
System.Private.CoreLib.dll!System.Reflection.CustomAttribute.FilterCustomAttributeRecord(System.Reflection.CustomAttributeRecord caRecord, System.Reflection.MetadataImport scope, ref System.Reflection.Assembly lastAptcaOkAssembly, System.Reflection.RuntimeModule decoratedModule, System.Reflection.MetadataToken decoratedToken, System.RuntimeType attributeFilterType, bool mustBeInheritable, object[] attributes, System.Collections.IList derivedAttributes, out System.RuntimeType attributeType, out System.IRuntimeMethodInfo ctor, out bool ctorHasParameters, out bool isVarArg) Line 1671
at E:\A\_work\75\s\src\mscorlib\src\System\Reflection\CustomAttribute.cs(1671)
System.Private.CoreLib.dll!System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeModule decoratedModule, int decoratedMetadataToken, int pcaCount, System.RuntimeType attributeFilterType, bool mustBeInheritable, System.Collections.IList derivedAttributes) Line 1526
at E:\A\_work\75\s\src\mscorlib\src\System\Reflection\CustomAttribute.cs(1526)
System.Private.CoreLib.dll!System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeConstructorInfo ctor, System.RuntimeType caType) Line 1353
at E:\A\_work\75\s\src\mscorlib\src\System\Reflection\CustomAttribute.cs(1353)
Lamar.dll!Lamar.DefaultConstructorAttribute.GetConstructor(System.Type exportedType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
Lamar.dll!Lamar.ServiceGraph.CouldBuild(System.Type concreteType)
Lamar.dll!Lamar.ConcreteFamilyPolicy.Build(System.Type type, Lamar.ServiceGraph serviceGraph)
LamarCompiler.dll!LamarCompiler.Util.EnumerableExtensions.FirstValue<Lamar.IFamilyPolicy, Lamar.ServiceFamily>(System.Collections.Generic.IEnumerable<Lamar.IFamilyPolicy> enumerable, System.Func<Lamar.IFamilyPolicy, Lamar.ServiceFamily> func)
Lamar.dll!Lamar.ServiceGraph.addMissingFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.ResolveFamily(System.Type serviceType)
Lamar.dll!Lamar.ServiceGraph.FindDefault(System.Type serviceType)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.couldBuild.AnonymousMethod__0(System.Reflection.ParameterInfo p)
System.Linq.dll!System.Linq.Enumerable.All<System.Reflection.ParameterInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ParameterInfo> source, System.Func<System.Reflection.ParameterInfo, bool> predicate)
System.Linq.dll!System.Linq.OrderedEnumerable<System.Reflection.ConstructorInfo>.TryGetFirst(System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
System.Linq.dll!System.Linq.Enumerable.TryGetFirst<System.Reflection.ConstructorInfo>(System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> source, System.Func<System.Reflection.ConstructorInfo, bool> predicate, out bool found)
Lamar.dll!Lamar.IoC.Instances.ConstructorInstance.DetermineConstructor(Lamar.ServiceGraph services, out string message)
The maximum number of stack frames supported by Visual Studio has been exceeded.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
StackOverflowException when using a DI container that ...
Describe the bug I am the author and maintainer of the LightInject DI library and we discovered something strange when upgrading one of...
Read more >StackoverflowException when using Unity IOC
Use empty ctors and doing the resolve inside Service class. You can use RegisterType method to specify that the empty ctor must be...
Read more >The StackOverflowError in Java
When a method is called, a new stack frame gets created on the call stack. This stack frame holds parameters of the invoked...
Read more >StackOverflowException Class (System)
StackOverflowException is thrown for execution stack overflow errors, typically in case of a very deep or unbounded recursion. So make sure your code ......
Read more >StackOverflowException due to insufficient Java stack
Cause. Every thread created in a Java program or Java Virtual Machine (JVM) has its own stack space which is independent of Java...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ffMathy I don’t know that it’s exactly what you hit, but I was able to reproduce what I surmised was the scenario in a test, and the fix will be in 3.0 shortly.
Thank you for raising the issue.
@antonioortizpola I’m thinking that what @ffMathy is hitting is an edge case where Lamar’s bi-directional dependency checking doesn’t catch, but don’t have enough reproduction steps to help yet.
#102, #135, and #72 should all get knocked out after #136 is done – which conveniently enough, I’m just about to push up to master.