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