1 write to s_objectToString
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
66s_objectToString = typeof(object).GetMethod("ToString", Type.EmptyTypes);
3 references to s_objectToString
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\CodeGenerator.cs (3)
64if (s_objectToString == null) 67Debug.Assert(s_objectToString != null); 69return s_objectToString;