2 writes to kind
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1794
_nsStack[existingNsIndex].
kind
= NamespaceKind.Written;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
94
this.
kind
= kind;
4 references to kind
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (3)
1710
if (_nsStack[existingNsIndex].
kind
== NamespaceKind.Special)
1784
NamespaceKind existingNsKind = _nsStack[existingNsIndex].
kind
;
2075
if (_nsStack[i].
kind
== NamespaceKind.NeedToWrite)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
100
Debug.Assert(
kind
== NamespaceKind.NeedToWrite);