4 references to IntersectWith
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DefiniteAssignment.cs (1)
2901
return self.Assigned.
IntersectWith
(other.Assigned);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (2)
202
stateAtReturn.Assigned.
IntersectWith
(currentState.CapturedMask);
212
capturedAndRead.
IntersectWith
(currentState.CapturedMask);
Microsoft.CodeAnalysis.UnitTests (1)
Collections\BitArrayTests.cs (1)
88
bool changed = b1.
IntersectWith
(b2);