1 write to Span
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\ISpanMappingService.cs (1)
79Span = span;
7 references to Span
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\AbstractSpanMappingService.cs (1)
41var newTextChange = new TextChange(mappedSpanResults[i].Span, newText);
Microsoft.VisualStudio.LanguageServices (6)
CodeLens\RemoteCodeLensReferencesService.cs (4)
188result.Span.Start, 189result.Span.Length, 217result.Span.Start, 218result.Span.Length,
FindReferences\Entries\AbstractDocumentSpanEntry.cs (1)
45=> mappedSpanResult.Span;
Workspace\VisualStudioDocumentNavigationService.cs (1)
221: sourceText => getVsTextSpanForMapping(sourceText, mappedSpan.Span);