1 instantiation of ConstrainedMethodUseLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
97return new ConstrainedMethodUseLookupResult(constrainedMethodUse.ConstrainedMethod, constrainedMethodUse.ConstraintType, constrainedMethodUse.DirectCall);
4 references to ConstrainedMethodUseLookupResult
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\GenericLookupResult.cs (4)
1161var otherResult = (ConstrainedMethodUseLookupResult)other; 1180var other = (ConstrainedMethodUseLookupResult)obj;