8 references to GetTargetNamespace
System.Xml (8)
System\Xml\Schema\XmlSchemaSet.cs (8)
448disallowedNamespaces.Add(GetTargetNamespace(schemaToRemove), schemaToRemove); 625string tns = GetTargetNamespace(schema); 662tns = GetTargetNamespace(s); 711if (GetTargetNamespace(currentSchema) == targetNamespace) { 922string tns = GetTargetNamespace(schema); 934tns = GetTargetNamespace(s); 1022string tns = GetTargetNamespace(schema); 1092string tns = GetTargetNamespace(currentSchema);