8 references to orderedAttributes
Microsoft.Web.XmlTransform (8)
XmlAttributePreservationDict.cs (8)
42
orderedAttributes
.Add(attributeName);
98
foreach (string attributeName in
orderedAttributes
) {
122
if (
orderedAttributes
.Count > 0) {
125
orderedAttributes
.Clear();
132
foreach (string attributeName in
orderedAttributes
) {
139
orderedAttributes
.Add(attribute.Name);
146
foreach (string key in
orderedAttributes
) {
221
foreach (string attributeName in
orderedAttributes
) {