1 write to s_GetTypeFromHandleMethod
System.Xaml (1)
System\Xaml\Runtime\DynamicMethodRuntime.cs (1)
593
s_GetTypeFromHandleMethod
= typeof(Type).GetMethod(
2 references to s_GetTypeFromHandleMethod
System.Xaml (2)
System\Xaml\Runtime\DynamicMethodRuntime.cs (2)
591
if (
s_GetTypeFromHandleMethod
== null)
597
ilGenerator.Emit(OpCodes.Call,
s_GetTypeFromHandleMethod
);