1 write to _members
PresentationUI (1)
MS\Internal\Documents\Application\ChainOfResponsibility.cs (1)
43
_members
= new List<T>(members);
1 reference to _members
PresentationUI (1)
MS\Internal\Documents\Application\ChainOfResponsibility.cs (1)
63
foreach (T member in
_members
)