1 instantiation of RenameFile
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeActions\CodeActionResolveHelper.cs (1)
304
textDocumentEdits.Add(new
RenameFile
() { OldUri = oldTextDoc.GetURI(), NewUri = newTextDoc.GetUriForRenamedDocument() });
2 references to RenameFile
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\CodeActions\CodeActionResolveHelper.cs (1)
46
using var _1 = ArrayBuilder<SumType<TextDocumentEdit, CreateFile,
RenameFile
, DeleteFile>>.GetInstance(out var textDocumentEdits);
Protocol\WorkspaceEdit.cs (1)
42
public SumType<TextDocumentEdit[], SumType<TextDocumentEdit, CreateFile,
RenameFile
, DeleteFile>[]>? DocumentChanges { get; set; }