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