2 references to GetPrefixOfNamespaceStrict
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
245prefix = _startNode.GetPrefixOfNamespaceStrict(namespaceName);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (1)
1145string prefix = GetPrefixOfNamespaceStrict(namespaceURI);