4 references to KeyAndVersion
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
212var clipboardData = copyPasteService.TryGetClipboardData(KeyAndVersion);
StringCopyPaste\StringCopyPasteCommandHandler_CutCopy.cs (1)
47copyPasteService?.TrySetClipboardData(KeyAndVersion, dataToStore ?? "");
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
StringCopyPaste\StringCopyPasteCommandHandlerTests.cs (2)
90service?.TrySetClipboardData(StringCopyPasteCommandHandler.KeyAndVersion, ""); 129service!.TrySetClipboardData(StringCopyPasteCommandHandler.KeyAndVersion, json);