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