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