4 references to GetClampedTextSpan
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.cs (1)
274
spanToDiagnostics.MultiAdd(diagnostic.DataLocation.UnmappedFileSpan.
GetClampedTextSpan
(text), diagnostic);
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
270
if (range != null && !range.Value.IntersectsWith(diagnostic.DataLocation.UnmappedFileSpan.
GetClampedTextSpan
(text)))
Diagnostics\Service\DocumentAnalysisExecutor.cs (1)
150
return d.DocumentId is null || span.IntersectsWith(d.DataLocation.UnmappedFileSpan.
GetClampedTextSpan
(sourceText));
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\Extensions.cs (1)
60
var span = dataLocation.UnmappedFileSpan.
GetClampedTextSpan
(text);