1 write to s_stringFormat
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
80
s_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)
78
if (
s_stringFormat
== null)
81
Debug.Assert(
s_stringFormat
!= null);
83
return
s_stringFormat
;