5 references to _attributes
System.Private.Xml (5)
System\Xml\Schema\SchemaSetCompiler.cs (5)
42
schemaSet.attributes =
_attributes
;
74
AddToTable(
_attributes
, attribute!.QualifiedName, attribute);
155
foreach (XmlSchemaAttribute? attribute in
_attributes
.Values)
229
foreach (XmlSchemaAttribute? attribute in
_attributes
.Values)
2430
XmlSchemaAttribute? a = (XmlSchemaAttribute?)
_attributes
[xa.RefName];