6 references to _targetNamespaces
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (6)
110
get { return
_targetNamespaces
; }
194
return
_targetNamespaces
.ContainsKey(ns);
199
return
_targetNamespaces
.ContainsKey(ns);
214
if (!_attributeDecls.TryGetValue(qname, out attdef) &&
_targetNamespaces
.ContainsKey(qname.Namespace))
353
if (!
_targetNamespaces
.ContainsKey(tns))
355
_targetNamespaces
.Add(tns, true);