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