4 references to SimpleIntervalTree
Microsoft.CodeAnalysis.CodeStyle (2)
ContextIntervalTree.cs (1)
25: base(introspector, values: null)
SimpleIntervalTree.cs (1)
20return new SimpleIntervalTree<T, TIntrospector>(in introspector, values);
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (2)
97possibleNullableImpactIntervalTree ??= new SimpleIntervalTree<TextSpan, TextSpanIntervalIntrospector>(new TextSpanIntervalIntrospector(), values: null); 148possibleNullableImpactIntervalTree ??= new SimpleIntervalTree<TextSpan, TextSpanIntervalIntrospector>(new TextSpanIntervalIntrospector(), values: null);