1 write to _mixedContentStack
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2015
_mixedContentStack
= new BitStack();
4 references to _mixedContentStack
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (4)
1853
_mixedContentStack
.PushBit(mixedContent);
1870
mixedContent =
_mixedContentStack
.PeekBit();
1893
mixedContent =
_mixedContentStack
.PopBit();
1910
mixedContent =
_mixedContentStack
.PopBit();