4 references to LookupNamespace
System.Private.Xml (4)
System\Xml\Core\XmlTextWriter.cs (4)
498
if (!string.IsNullOrEmpty(prefix) && (
LookupNamespace
(prefix) == -1))
642
if (prefix != null && (
LookupNamespace
(prefix) == -1))
1494
int existingNsIndex =
LookupNamespace
(prefix);
1662
if (
LookupNamespace
(_nsStack[i].prefix) == i)