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