1 write to TargetMethod
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
490
context.
TargetMethod
= targetMaybe;
7 references to TargetMethod
ILCompiler.TypeSystem (7)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (7)
491
return context.
TargetMethod
!= null ? SetTargetResult.Success : SetTargetResult.Missing;
766
Debug.Assert(context.
TargetMethod
!= null);
767
codeStream.Emit(ILOpcode.newobj, emit.NewToken(context.
TargetMethod
));
770
Debug.Assert(context.
TargetMethod
!= null);
771
codeStream.Emit(ILOpcode.callvirt, emit.NewToken(context.
TargetMethod
));
774
Debug.Assert(context.
TargetMethod
!= null);
775
codeStream.Emit(ILOpcode.call, emit.NewToken(context.
TargetMethod
));