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