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