1 write to always
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (1)
30
this.
always
= new List<MessageFilter>();
13 references to always
System.ServiceModel (13)
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (13)
117
this.
always
.Add(filter);
152
this.
always
.Clear();
191
if (this.
always
.Count + filters.Count > 1)
194
tmp.AddRange(this.
always
);
201
if (this.
always
.Count > 1)
203
Collection<MessageFilter> matches = new Collection<MessageFilter>(new List<MessageFilter>(this.
always
));
206
else if (this.
always
.Count == 1)
208
return this.
always
[0];
216
for (int i = 0; i < this.
always
.Count; ++i)
218
results.Add(this.
always
[i]);
239
for (int i = 0; i < this.
always
.Count; ++i)
241
results.Add(this.filters[this.
always
[i]]);
432
this.
always
.Remove(filter);