2 writes to kind
System.Xml (2)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1477
nsStack[existingNsIndex].
kind
= NamespaceKind.Written;
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
84
this.
kind
= kind;
6 references to kind
System.Xml (6)
System\Xml\Core\XmlWellFormedWriter.cs (3)
1409
if (nsStack[existingNsIndex].
kind
== NamespaceKind.Special) {
1469
NamespaceKind existingNsKind = nsStack[existingNsIndex].
kind
;
1718
if (nsStack[i].
kind
== NamespaceKind.NeedToWrite) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1162
if (nsStack[i].
kind
== NamespaceKind.NeedToWrite) {
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
89
Debug.Assert(
kind
== NamespaceKind.NeedToWrite);
System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs (1)
27
Debug.Assert(
kind
== NamespaceKind.NeedToWrite);