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