5 references to _attributeDecls
System.Private.Xml (5)
System\Xml\Schema\SchemaInfo.cs (5)
97get { return _attributeDecls; } 165if (!_attributeDecls.TryGetValue(qname, out attdef) && _targetNamespaces.ContainsKey(qname.Namespace)) 197if (_attributeDecls.TryGetValue(qname, out attdef)) 245if (_attributeDecls.TryGetValue(qname, out attdef)) 321_attributeDecls.TryAdd(attdef.Name, attdef);