1 write to stringFormatArray
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
1896stringFormatArray = DeclareLocal(typeof(object[]), "stringFormatArray");
4 references to stringFormatArray
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeGenerator.cs (4)
1895if (stringFormatArray == null) 1897Stloc(stringFormatArray); 1899StoreArrayElement(stringFormatArray, i, values[i]); 1902Load(stringFormatArray);