1 write to s_stringFormat
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
80s_stringFormat = typeof(string).GetMethod("Format", new Type[] { typeof(string), typeof(object[]) });
3 references to s_stringFormat
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\CodeGenerator.cs (3)
78if (s_stringFormat == null) 81Debug.Assert(s_stringFormat != null); 83return s_stringFormat;