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