1 write to prefix
System.Private.Xml (1)
System\Xml\XmlNamespacemanager.cs (1)
23this.prefix = prefix;
10 references to prefix
System.Private.Xml (10)
System\Xml\XmlNamespacemanager.cs (10)
109_hashTable[_nsdecls[decl].prefix] = _nsdecls[decl].previousNsIndex; 181_hashTable[_nsdecls[i].prefix] = i; 215prefixes[_nsdecls[thisDecl].prefix] = _nsdecls[thisDecl].prefix; 251string? prefix = _nsdecls[i].prefix; 302if ((object)_nsdecls[thisDecl].prefix == (object)prefix && _nsdecls[thisDecl].uri != null) 311if (string.Equals(_nsdecls[thisDecl].prefix, prefix) && _nsdecls[thisDecl].uri != null) 329string prefix = _nsdecls[thisDecl].prefix; 346if (string.Equals(_nsdecls[thisDecl].prefix, prefix) && _nsdecls[thisDecl].uri != null) 368prefix = _nsdecls[idx].prefix;