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