7 references to _attributeDecls
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (7)
120
get { return
_attributeDecls
; }
174
SchemaAttDef attdef = (SchemaAttDef)
_attributeDecls
[qname];
214
if (!
_attributeDecls
.TryGetValue(qname, out attdef) && _targetNamespaces.ContainsKey(qname.Namespace))
245
if (
_attributeDecls
.TryGetValue(qname, out attdef))
293
if (
_attributeDecls
.TryGetValue(qname, out attdef))
375
if (!
_attributeDecls
.ContainsKey(attdef.Name))
377
_attributeDecls
.Add(attdef.Name, attdef);