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)
48return _targetMethod; 58return _targetMethod; 95Debug.Assert(_targetMethod.IsRuntimeDeterminedExactMethod || _constrainedType.IsRuntimeDeterminedSubtype); 121return factory.GenericLookup.ConstrainedMethodUse(_targetMethod, _constrainedType, directCall: !_targetMethod.HasInstantiation); 306sb.Append(nameMangler.GetMangledMethodName(_targetMethod)); 324&& _targetMethod == other._targetMethod 332return Constructor.GetHashCode() ^ _targetMethod.GetHashCode(); 342compare = comparer.Compare(_targetMethod, other._targetMethod);