1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\DelegateCreationInfo.cs (1)
176
_targetMethod
= targetMethod;
11 references to _targetMethod
ILCompiler.Compiler (11)
Compiler\DelegateCreationInfo.cs (11)
48
return
_targetMethod
;
58
return
_targetMethod
;
95
Debug.Assert(
_targetMethod
.IsRuntimeDeterminedExactMethod || _constrainedType.IsRuntimeDeterminedSubtype);
121
return factory.GenericLookup.ConstrainedMethodUse(
_targetMethod
, _constrainedType, directCall: !
_targetMethod
.HasInstantiation);
306
sb.Append(nameMangler.GetMangledMethodName(
_targetMethod
));
324
&&
_targetMethod
== other.
_targetMethod
332
return Constructor.GetHashCode() ^
_targetMethod
.GetHashCode();
342
compare = comparer.Compare(
_targetMethod
, other.
_targetMethod
);