2 references to MethodBase_get_MethodHandle
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
185 case IntrinsicId.MethodBase_get_MethodHandle: {
src\tools\illink\src\ILLink.Shared\TrimAnalysis\Intrinsics.cs (1)
36 "get_MethodHandle" when calledMethod.IsDeclaredOnType ("System.Reflection.MethodBase") => IntrinsicId.MethodBase_get_MethodHandle,