2 writes to Changes
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\MapCode\MapCodeHandler.cs (1)
76Changes = uriToEditsMap.ToDictionary(kvp => ProtocolConversions.GetDocumentFilePathFromUri(kvp.Key.GetRequiredParsedUri()), kvp => kvp.Value)
Handler\Rename\WillRenameHandler.cs (1)
92Changes = changes
3 references to Changes
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Rename\WillRenameHandler.cs (1)
43if (edit.Changes is { } changes)
Protocol\WorkspaceEdit.cs (1)
37/// using the <see cref="Changes"/> property are supported.
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Utilities\AbstractLanguageServerClientTests.TestLspClient.cs (1)
231Assert.Null(workspaceEdit.Changes);