1 instantiation of TupleIntrospector
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Collections\IntervalTreeTests.cs (1)
34yield return SimpleIntervalTree.Create(new TupleIntrospector<string>(), values);
2 references to TupleIntrospector
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Collections\IntervalTreeTests.cs (2)
29private static IEnumerable<SimpleIntervalTree<Tuple<int, int, string>, TupleIntrospector<string>>> CreateTrees(params Tuple<int, int, string>[] values) 32private static IEnumerable<SimpleIntervalTree<Tuple<int, int, string>, TupleIntrospector<string>>> CreateTrees(IEnumerable<Tuple<int, int, string>> values)