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)
1692if (_stringFormatArray == null) 1694Stloc(_stringFormatArray); 1696StoreArrayElement(_stringFormatArray, i, values[i]); 1699Load(_stringFormatArray);