1 write to Document
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\InlineRename\FSharpInlineRenameLocation.cs (1)
18this.Document = document;
2 references to Document
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();