2 references to GetNamespaceOfPrefixStrict
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
235namespaceName = _startNode.GetNamespaceOfPrefixStrict(prefix);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (1)
1058string namespaceName = GetNamespaceOfPrefixStrict(prefix);