2 writes to Changes
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\MapCode\MapCodeHandler.cs (1)
76
Changes
= uriToEditsMap.ToDictionary(kvp => ProtocolConversions.GetDocumentFilePathFromUri(kvp.Key.GetRequiredParsedUri()), kvp => kvp.Value)
Handler\Rename\WillRenameHandler.cs (1)
92
Changes
= changes
3 references to Changes
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Rename\WillRenameHandler.cs (1)
43
if (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)
231
Assert.Null(workspaceEdit.
Changes
);