4 references to HasIntervalThatOverlapsWith
Microsoft.CodeAnalysis.CodeStyle (1)
SimplifyTypeNamesDiagnosticAnalyzerBase.cs (1)
258if (intervalTree.HasIntervalThatOverlapsWith(span.Start, span.End))
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (3)
128|| !possibleNullableImpactIntervalTree.HasIntervalThatOverlapsWith(currentOptionsDirective.Span.End, nullableDirectiveTrivia.SpanStart - currentOptionsDirective.Span.End)) 160|| !possibleNullableImpactIntervalTree.HasIntervalThatOverlapsWith(currentOptionsDirective.Span.End, root.Span.End - currentOptionsDirective.Span.End)) 236if (IntervalTree.HasIntervalThatOverlapsWith(span.Start, span.End))