1 write to s_GetTypeFromHandleMethod
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
609
s_GetTypeFromHandleMethod
= typeof(Type).GetMethod(
2 references to s_GetTypeFromHandleMethod
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
607
if (
s_GetTypeFromHandleMethod
is null)
614
ilGenerator.Emit(OpCodes.Call,
s_GetTypeFromHandleMethod
);