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