8 references to GetTargetNamespace
System.Private.Xml (8)
System\Xml\Schema\XmlSchemaSet.cs (8)
412disallowedNamespaces.Add(GetTargetNamespace(schemaToRemove), schemaToRemove); 602string tns = GetTargetNamespace(schema); 645tns = GetTargetNamespace(s); 687if (GetTargetNamespace(currentSchema) == targetNamespace) 922string tns = GetTargetNamespace(schema); 938tns = GetTargetNamespace(s); 1044string tns = GetTargetNamespace(schema); 1125string tns = GetTargetNamespace(currentSchema);