5 references to TryLookupPrefix
System.Private.Xml (5)
System\Xml\Schema\SchemaNamespacemanager.cs (1)
43
if (current.Namespaces.
TryLookupPrefix
(ns, out string? prefix))
System\Xml\Schema\XmlSchema.cs (2)
156
ignoreXS = this.Namespaces.
TryLookupPrefix
("xs", out _) || this.Namespaces.TryLookupNamespace(XmlReservedNs.NsXs, out _);
173
if (!this.Namespaces.
TryLookupPrefix
("xs", out _) && !this.Namespaces.TryLookupNamespace(XmlReservedNs.NsXs, out _))
System\Xml\Serialization\XmlSerializationWriter.cs (2)
508
_namespaces.
TryLookupPrefix
(ns, out prefix);
530
xmlns.
TryLookupPrefix
(ns, out prefix);