3 references to WithSpan
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.IncrementalMemberEditAnalyzer.cs (1)
386return location.WithSpan(newSpan, tree);
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
196builder.Add(diagnostic.WithLocations(diagnostic.DataLocation.WithSpan(span, tree), additionalLocations: default));
TaskList\ProjectExternalErrorReporter.cs (1)
333var location = diagnostic.DataLocation.WithSpan(span, tree);