1 write to TextSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\InlineRename\FSharpInlineRenameLocation.cs (1)
19this.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)
94Locations = set.Locations?.Select(x => new InlineRenameLocation(x.Document, x.TextSpan)).ToList();