1 write to _stringFormatArray
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
1693
_stringFormatArray
= DeclareLocal(typeof(object[]), "stringFormatArray");
4 references to _stringFormatArray
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (4)
1692
if (
_stringFormatArray
== null)
1694
Stloc(
_stringFormatArray
);
1696
StoreArrayElement(
_stringFormatArray
, i, values[i]);
1699
Load(
_stringFormatArray
);