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