4 references to GetIntersection
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
ArrayExpansion.cs (1)
62GetIntersection(startIndex, count, index, _count, out startIndex2, out count2);
MemberExpansion.cs (1)
303GetIntersection(startIndex, count, index, _members.Length, out startIndex2, out count2);
TupleExpansion.cs (1)
65GetIntersection(startIndex, count, index, defaultView.Count, out startIndex2, out count2);
TypeVariablesExpansion.cs (1)
52GetIntersection(startIndex, count, index, _typeArguments.Length, out startIndex2, out count2);