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) 87builder[key] = InvocationSetHelpers.Intersect(invocationSet, trackedEntities2); 102builder[key] = InvocationSetHelpers.Intersect(invocationSet, TrackingEnumerationSet.Empty); 113builder[key] = InvocationSetHelpers.Intersect(invocationSet, TrackingEnumerationSet.Empty);