2 writes to _bitStack
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\BitStack.cs (2)
94
_bitStack
= new uint[16];
108
_bitStack
= bitStackNew;
5 references to _bitStack
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\BitStack.cs (5)
92
if (
_bitStack
== null)
99
_bitStack
[_stackPos++] = _curr;
103
len =
_bitStack
.Length;
107
Array.Copy(
_bitStack
, bitStackNew, len);
119
_curr =
_bitStack
[--_stackPos];