5 references to _attributes
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (5)
44
schemaSet.attributes =
_attributes
;
72
AddToTable(
_attributes
, attribute.QualifiedName, attribute);
147
foreach (XmlSchemaAttribute attribute in
_attributes
.Values)
218
foreach (XmlSchemaAttribute attribute in
_attributes
.Values)
2485
XmlSchemaAttribute a = (XmlSchemaAttribute)
_attributes
[xa.RefName];