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