21 overrides of LookupNamespace
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
128
public override string
LookupNamespace
( string prefix )
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3505
public override string?
LookupNamespace
(string prefix)
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
105
public override string?
LookupNamespace
(string prefix)
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
228
public override string?
LookupNamespace
(string prefix)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
108
public override string?
LookupNamespace
(string prefix) { return InnerReader.LookupNamespace(prefix); }
System\Xml\XmlBaseReader.cs (1)
673
public override string?
LookupNamespace
(string prefix)
System\Xml\XmlDictionaryReader.cs (1)
1428
public override string?
LookupNamespace
(string namespaceUri)
System.Private.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
900
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
544
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XmlTextReader.cs (1)
266
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XmlTextReaderImpl.cs (1)
1408
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XmlValidatingReader.cs (1)
199
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
593
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XmlWrappingReader.cs (1)
118
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XsdCachingReader.cs (1)
577
public override string?
LookupNamespace
(string prefix)
System\Xml\Core\XsdValidatingReader.cs (1)
1554
public override string?
LookupNamespace
(string prefix)
System\Xml\Dom\XmlNodeReader.cs (1)
1759
public override string?
LookupNamespace
(string prefix)
System\Xml\XPath\XPathNavigatorReader.cs (1)
952
public override string?
LookupNamespace
(string prefix)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
523
public override string?
LookupNamespace
(string prefix)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
584
public override string?
LookupNamespace
(string prefix)
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
128
public override string
LookupNamespace
( string prefix )
36 references to LookupNamespace
PresentationBuildTasks (12)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
811
string attributeNamespaceUri = xmlReader.
LookupNamespace
(xmlReader.Prefix);
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
427
string attribNamespaceURI = xmlReader.
LookupNamespace
(xmlReader.Prefix);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
404
string xmlNamespace = TokenReader.XmlReader.
LookupNamespace
(prefix);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
453
string xmlNamespace = TokenReader.XmlReader.
LookupNamespace
(prefix);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (6)
161
return XmlReader.
LookupNamespace
(prefix);
1849
attributeNamespaceUri != XmlReader.
LookupNamespace
(""))
2208
string attributeNamespaceUri = XmlReader.
LookupNamespace
(XmlReader.Prefix);
2726
attribNamespaceURI = XmlReader.
LookupNamespace
(prefix);
2740
attribNamespaceURI = XmlReader.
LookupNamespace
("");
3060
string valueNamespaceURI = XmlReader.
LookupNamespace
(prefix);
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
625
string namespaceName = Reader.
LookupNamespace
(prefix);
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
130
return _reader.
LookupNamespace
( prefix );
PresentationFramework (2)
System\Windows\Annotations\Annotation.cs (1)
653
_typeName = new XmlQualifiedName(name.ToString(), reader.
LookupNamespace
(@namespace.ToString()));
System\Windows\Data\XmlDataProvider.cs (1)
510
if (root != null && root.NamespaceURI == xmlReader.
LookupNamespace
(String.Empty))
System.Data.Common (2)
System\Data\Common\ObjectStorage.cs (1)
379
if (xmlReader.
LookupNamespace
(_typename[0]) == Keywords.XSDNS)
System\Data\xmlsaver.cs (1)
3507
return _xmlreader.
LookupNamespace
(prefix);
System.IO.Packaging (3)
System\IO\Packaging\PartBasedPackageProperties.cs (1)
627
if (!object.ReferenceEquals(ns, reader.
LookupNamespace
(typeValue.Substring(0, index)))
System\IO\Packaging\XmlCompatibilityReader.cs (1)
597
string? namespaceName = Reader.
LookupNamespace
(prefix);
System\IO\Packaging\XmlWrappingReader.cs (1)
107
return _reader.
LookupNamespace
(prefix);
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1098
internal string? LookupNamespace(string prefix) { return reader.
LookupNamespace
(prefix); }
System\Runtime\Serialization\XmlSerializableReader.cs (1)
108
public override string? LookupNamespace(string prefix) { return InnerReader.
LookupNamespace
(prefix); }
System\Xml\XmlDictionaryReader.cs (2)
678
namespaceUri =
LookupNamespace
(prefix)!;
1430
return _reader.
LookupNamespace
(namespaceUri);
System.Private.Xml (10)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
547
return _coreReader.
LookupNamespace
(prefix);
System\Xml\Core\XmlWrappingReader.cs (1)
120
return reader.
LookupNamespace
(prefix);
System\Xml\Core\XsdCachingReader.cs (1)
579
return _coreReader.
LookupNamespace
(prefix);
System\Xml\Schema\XsdBuilder.cs (1)
129
_nsMgr.LookupNamespace(prefix) ?? _reader.
LookupNamespace
(prefix);
System\Xml\Serialization\XmlSerializationReader.cs (6)
795
attr.Value = $"{_r.
LookupNamespace
("")}:{attr.Value}";
799
attr.Value = $"{_r.
LookupNamespace
(attr.Value.Substring(0, colon))}:{attr.Value.AsSpan(colon + 1)}";
863
XmlQualifiedName empty = new XmlQualifiedName(string.Empty, _r.
LookupNamespace
(""));
1152
return new XmlQualifiedName(_r.NameTable.Add(value), _r.
LookupNamespace
(string.Empty));
1156
string? ns = _r.
LookupNamespace
(prefix);
1907
xsiTypeNs = Reader.
LookupNamespace
((colon >= 0) ? value.Substring(0, colon) : "");
System.Xaml (3)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
625
string namespaceName = Reader.
LookupNamespace
(prefix);
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
130
return _reader.
LookupNamespace
( prefix );
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
231
Func<string, string> namespaceResolver = myXmlReader.
LookupNamespace
;