1 write to _targetMethod
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (1)
362_targetMethod = targetMethod;
11 references to _targetMethod
ILCompiler.Compiler (11)
Compiler\CompilerTypeSystemContext.BoxedTypes.cs (8)
365public override TypeSystemContext Context => _targetMethod.Context; 369public override MethodSignature Signature => _targetMethod.Signature; 371public MethodDesc TargetMethod => _targetMethod; 377return _targetMethod.Name.Append("_Unbox"u8); 385return _targetMethod.DiagnosticName + "_Unbox"; 420for (int i = 0; i < _targetMethod.Signature.Length; i++) 425if (_targetMethod.IsAsyncCall()) 430codeStream.Emit(ILOpcode.call, emit.NewToken(_targetMethod.InstantiateAsOpen()));
Compiler\CompilerTypeSystemContext.Mangling.cs (1)
37return _targetMethod;
Compiler\CompilerTypeSystemContext.Sorting.cs (2)
28return comparer.Compare(_targetMethod, otherMethod._targetMethod);