1 write to s_getTypeMethod
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1039s_getTypeMethod = typeof(object).GetMethod("GetType");
3 references to s_getTypeMethod
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
1037if (s_getTypeMethod == null) 1040Debug.Assert(s_getTypeMethod != null); 1042return s_getTypeMethod;