1 write to _mixedContentStack
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1890
_mixedContentStack
= new BitStack();
4 references to _mixedContentStack
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (4)
1728
_mixedContentStack
.PushBit(mixedContent);
1745
mixedContent =
_mixedContentStack
.PeekBit();
1768
mixedContent =
_mixedContentStack
.PopBit();
1785
mixedContent =
_mixedContentStack
.PopBit();