2 writes to kind
System.Private.Xml (2)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1694
_nsStack[existingNsIndex].
kind
= NamespaceKind.Written;
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
90
this.
kind
= kind;
6 references to kind
System.Private.Xml (6)
System\Xml\Core\XmlWellFormedWriter.cs (3)
1610
if (_nsStack[existingNsIndex].
kind
== NamespaceKind.Special)
1684
NamespaceKind existingNsKind = _nsStack[existingNsIndex].
kind
;
1965
if (_nsStack[i].
kind
== NamespaceKind.NeedToWrite)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1383
if (_nsStack[i].
kind
== NamespaceKind.NeedToWrite)
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
96
Debug.Assert(
kind
== NamespaceKind.NeedToWrite);
System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs (1)
31
Debug.Assert(
kind
== NamespaceKind.NeedToWrite);