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