2 references to KeyAndVersion
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
216var clipboardData = copyPasteService.TryGetClipboardData(KeyAndVersion);
StringCopyPaste\StringCopyPasteCommandHandler_CutCopy.cs (1)
47copyPasteService?.TrySetClipboardData(KeyAndVersion, dataToStore ?? "");