4 references to LookupNamespace
System.Xml (4)
System\Xml\Core\XmlTextWriter.cs (4)
430
if (prefix != null && prefix.Length != 0 && (
LookupNamespace
(prefix) == -1)) {
542
if (prefix != null && (
LookupNamespace
(prefix) == -1)) {
1217
int existingNsIndex =
LookupNamespace
(prefix);
1336
if (
LookupNamespace
(nsStack[i].prefix) == i) {