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