1 write to stringFormat
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
46stringFormat = typeof(string).GetMethod("Format", new Type[] { typeof(string), typeof(object[]) });
2 references to stringFormat
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
45if (stringFormat == null) 47return stringFormat;