1 write to TextSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\InlineRename\FSharpInlineRenameLocation.cs (1)
19
this.
TextSpan
= textSpan;
2 references to TextSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Editor\InlineRename\FSharpInlineRenameLocationSet.cs (1)
28
=> Locations?.Select(x => new InlineRenameLocation(x.Document, x.
TextSpan
)).ToList();
Internal\Editor\FSharpEditorInlineRenameService.cs (1)
94
Locations = set.Locations?.Select(x => new InlineRenameLocation(x.Document, x.
TextSpan
)).ToList();