1 write to _right
Microsoft.Cci.Extensions (1)
Filters\CciFilterExtensions.AndFilter.cs (1)
16_right = right;
4 references to _right
Microsoft.Cci.Extensions (4)
Filters\CciFilterExtensions.AndFilter.cs (4)
21return _left.Include(ns) && _right.Include(ns); 26return _left.Include(type) && _right.Include(type); 31return _left.Include(member) && _right.Include(member); 36return _left.Include(attribute) && _right.Include(attribute);