2 instantiations of Int32Introspector
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Collections\IntervalTreeTests.cs (2)
273
=> IntervalTree<int>.Create(new
Int32Introspector
(), values);
312
var tree = IntervalTree<int>.Create(new
Int32Introspector
(), new[] { 1, 0 });