1 instantiation of DefaultConstructorLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
92return new DefaultConstructorLookupResult(type);
2 references to DefaultConstructorLookupResult
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
1034return comparer.Compare(_type, ((DefaultConstructorLookupResult)other)._type); 1044return ((DefaultConstructorLookupResult)obj)._type == _type;