5 references to _targetNamespaces
System.Private.Xml (5)
System\Xml\Schema\SchemaInfo.cs (5)
87
get { return
_targetNamespaces
; }
145
return
_targetNamespaces
.ContainsKey(ns);
150
return
_targetNamespaces
.ContainsKey(ns);
165
if (!_attributeDecls.TryGetValue(qname, out attdef) &&
_targetNamespaces
.ContainsKey(qname.Namespace))
302
_targetNamespaces
.TryAdd(tns, true);