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