1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DelegateCreationInfo.cs (1)
184
_targetMethod
= targetMethod;
11 references to _targetMethod
ILCompiler.Compiler (11)
Compiler\DelegateCreationInfo.cs (11)
49
return
_targetMethod
;
59
return
_targetMethod
;
97
Debug.Assert(
_targetMethod
.IsRuntimeDeterminedExactMethod || _constrainedType.IsRuntimeDeterminedSubtype);
126
return factory.GenericLookup.ConstrainedMethodUse(
_targetMethod
, _constrainedType, directCall: !
_targetMethod
.HasInstantiation);
314
sb.Append(nameMangler.GetMangledMethodName(
_targetMethod
));
332
&&
_targetMethod
== other.
_targetMethod
340
return Constructor.GetHashCode() ^
_targetMethod
.GetHashCode();
350
compare = comparer.Compare(
_targetMethod
, other.
_targetMethod
);