13 references to TargetNamespaces
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
269
schemaInfo.
TargetNamespaces
[element.QualifiedName.Namespace] = true;
274
schemaInfo.
TargetNamespaces
[attribute.QualifiedName.Namespace] = true;
279
schemaInfo.
TargetNamespaces
[type.QualifiedName.Namespace] = true;
288
schemaInfo.
TargetNamespaces
[notation.QualifiedName.Namespace] = true;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (1)
351
foreach (string tns in sinfo.
TargetNamespaces
.Keys)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
141
schemaInfo.
TargetNamespaces
[tns] = true;
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
521
if (_SchemaInfo.
TargetNamespaces
.ContainsKey(uri))
671
builder._SchemaInfo.
TargetNamespaces
.Add(builder._TargetNamespace, true);
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
133
foreach (string inlineNS in xdrSchema.
TargetNamespaces
.Keys)
228
if (schemaInfo.
TargetNamespaces
.ContainsKey(context.Namespace))
378
if (this.schemaInfo.
TargetNamespaces
.ContainsKey(uri))
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
156
if (!SchemaInfo.
TargetNamespaces
.ContainsKey(inlineNS))
639
if (SchemaInfo.
TargetNamespaces
.ContainsKey(uri) && _nsManager.LookupPrefix(uri) != null)