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