13 references to TargetNamespaces
System.Xml (13)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
217schemaInfo.TargetNamespaces[element.QualifiedName.Namespace] = true; 221schemaInfo.TargetNamespaces[attribute.QualifiedName.Namespace] = true; 225schemaInfo.TargetNamespaces[type.QualifiedName.Namespace] = true; 232schemaInfo.TargetNamespaces[notation.QualifiedName.Namespace] = true;
System\Xml\Schema\SchemaInfo.cs (1)
293foreach(string tns in sinfo.TargetNamespaces.Keys) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
117schemaInfo.TargetNamespaces[tns] = true;
System\Xml\Schema\XdrBuilder.cs (2)
485if (_SchemaInfo.TargetNamespaces.ContainsKey(uri)) { 609builder._SchemaInfo.TargetNamespaces.Add(builder._TargetNamespace, true);
System\Xml\Schema\XdrValidator.cs (3)
113foreach(string inlineNS in xdrSchema.TargetNamespaces.Keys) { 191if(schemaInfo.TargetNamespaces.ContainsKey(context.Namespace)) { 312if (this.schemaInfo.TargetNamespaces.ContainsKey(uri)) {
System\Xml\Schema\XsdValidator.cs (2)
138if (!SchemaInfo.TargetNamespaces.ContainsKey(inlineNS)) { 525if (SchemaInfo.TargetNamespaces.ContainsKey(uri) && nsManager.LookupPrefix(uri) != null) {