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)
92if (_bitStack == null) 99_bitStack[_stackPos++] = _curr; 103len = _bitStack.Length; 107Array.Copy(_bitStack, bitStackNew, len); 119_curr = _bitStack[--_stackPos];