5 references to Intersect
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\AvoidMultipleEnumerations\FlowAnalysis\GlobalFlowStateDictionaryAnalysisValue.cs (5)
32
/// perform <see cref="InvocationSetHelpers.
Intersect
(TrackingEnumerationSet, TrackingEnumerationSet)"/> operation between the values
61
? InvocationSetHelpers.
Intersect
(trackedEntities1, trackedEntities2)
87
builder[key] = InvocationSetHelpers.
Intersect
(invocationSet, trackedEntities2);
102
builder[key] = InvocationSetHelpers.
Intersect
(invocationSet, TrackingEnumerationSet.Empty);
113
builder[key] = InvocationSetHelpers.
Intersect
(invocationSet, TrackingEnumerationSet.Empty);