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