1 override of IsNamespaceUri
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
992public override bool IsNamespaceUri(string namespaceUri)
2 references to IsNamespaceUri
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
66return dictionaryReader.IsNamespaceUri(ns);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
182return IsNamespaceUri(namespaceUri.Value);