8 references to GetTargetNamespace
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (8)
523disallowedNamespaces.Add(GetTargetNamespace(schemaToRemove), schemaToRemove); 733string tns = GetTargetNamespace(schema); 776tns = GetTargetNamespace(s); 832if (GetTargetNamespace(currentSchema) == targetNamespace) 1074string tns = GetTargetNamespace(schema); 1090tns = GetTargetNamespace(s); 1201string tns = GetTargetNamespace(schema); 1282string tns = GetTargetNamespace(currentSchema);