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)
90this.kind = kind;
6 references to kind
System.Private.Xml (6)
System\Xml\Core\XmlWellFormedWriter.cs (3)
1610if (_nsStack[existingNsIndex].kind == NamespaceKind.Special) 1684NamespaceKind existingNsKind = _nsStack[existingNsIndex].kind; 1965if (_nsStack[i].kind == NamespaceKind.NeedToWrite)
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
1383if (_nsStack[i].kind == NamespaceKind.NeedToWrite)
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
96Debug.Assert(kind == NamespaceKind.NeedToWrite);
System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs (1)
31Debug.Assert(kind == NamespaceKind.NeedToWrite);