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