3 references to IntersectWith
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\DefiniteAssignment.cs (1)
2849return self.Assigned.IntersectWith(other.Assigned);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (2)
202stateAtReturn.Assigned.IntersectWith(currentState.CapturedMask); 212capturedAndRead.IntersectWith(currentState.CapturedMask);