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)
49return _targetMethod; 59return _targetMethod; 97Debug.Assert(_targetMethod.IsRuntimeDeterminedExactMethod || _constrainedType.IsRuntimeDeterminedSubtype); 126return factory.GenericLookup.ConstrainedMethodUse(_targetMethod, _constrainedType, directCall: !_targetMethod.HasInstantiation); 314sb.Append(nameMangler.GetMangledMethodName(_targetMethod)); 332&& _targetMethod == other._targetMethod 340return Constructor.GetHashCode() ^ _targetMethod.GetHashCode(); 350compare = comparer.Compare(_targetMethod, other._targetMethod);