1 write to s_getTypeHandleMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1025
s_getTypeHandleMethod
= typeof(Type).GetMethod("get_TypeHandle");
3 references to s_getTypeHandleMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
1023
if (
s_getTypeHandleMethod
== null)
1026
Debug.Assert(
s_getTypeHandleMethod
!= null);
1028
return
s_getTypeHandleMethod
;