1 write to _filterTable
System.Web (1)
UI\ParsedAttributeCollection.cs (1)
26
_filterTable
= new ListDictionary(StringComparer.OrdinalIgnoreCase);
9 references to _filterTable
System.Web (9)
UI\ParsedAttributeCollection.cs (9)
36
foreach (FilteredAttributeDictionary fac in
_filterTable
.Values) {
69
FilteredAttributeDictionary filteredAttributes = (FilteredAttributeDictionary)
_filterTable
[filter];
72
_filterTable
[filter] = filteredAttributes;
124
_filterTable
.Remove(filter);
132
return
_filterTable
.Values;
152
FilteredAttributeDictionary filteredAttributes = (FilteredAttributeDictionary)
_filterTable
[filter];
175
FilteredAttributeDictionary filteredAttributes = (FilteredAttributeDictionary)
_filterTable
[filter];
178
_filterTable
[filter] = filteredAttributes;
261
_filterTable
.Clear();