3 references to TrySetTargetMethod
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (3)
83
result =
TrySetTargetMethod
(ref context, ctorName);
112
result =
TrySetTargetMethod
(ref context, name);
462
if (SetTargetResult.Success ==
TrySetTargetMethod
(ref context, name, ignoreCustomModifiers: false))