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