2 instantiations of Int32Introspector
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
UtilityTest\IntervalTreeTests.cs (2)
266
=> MutableIntervalTree<int>.Create(new
Int32Introspector
(), values);
305
var tree = MutableIntervalTree<int>.Create(new
Int32Introspector
(), [1, 0]);