13 references to TargetNamespaces
System.Private.Xml (13)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
283
schemaInfo.
TargetNamespaces
[element!.QualifiedName.Namespace] = true;
289
schemaInfo.
TargetNamespaces
[attribute!.QualifiedName.Namespace] = true;
295
schemaInfo.
TargetNamespaces
[type!.QualifiedName.Namespace] = true;
304
schemaInfo.
TargetNamespaces
[notation!.QualifiedName.Namespace] = true;
System\Xml\Schema\SchemaInfo.cs (1)
300
foreach (string tns in sinfo.
TargetNamespaces
.Keys)
System\Xml\Schema\SchemaSetCompiler.cs (1)
147
schemaInfo.
TargetNamespaces
[tns] = true;
System\Xml\Schema\XdrBuilder.cs (2)
514
if (_SchemaInfo.
TargetNamespaces
.ContainsKey(uri))
660
builder._SchemaInfo.
TargetNamespaces
.Add(builder._TargetNamespace, true);
System\Xml\Schema\XdrValidator.cs (3)
133
foreach (string inlineNS in xdrSchema.
TargetNamespaces
.Keys)
230
if (schemaInfo.
TargetNamespaces
.ContainsKey(context!.Namespace!))
375
if (this.schemaInfo!.
TargetNamespaces
.ContainsKey(uri))
System\Xml\Schema\XsdValidator.cs (2)
153
if (!SchemaInfo!.
TargetNamespaces
.ContainsKey(inlineNS))
623
if (SchemaInfo!.
TargetNamespaces
.ContainsKey(uri) && _nsManager.LookupPrefix(uri) != null)