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