5 references to IntersectWith
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DefiniteAssignment.cs (1)
2713return 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);
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\FlowAnalysis\DataFlowPass.LocalState.vb (1)
76Return receiver.IntersectWith(other)