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