2 implementations of IStringCopyPasteService
Microsoft.CodeAnalysis.EditorFeatures (2)
StringCopyPaste\IStringCopyPasteService.cs (1)
19internal sealed class DefaultStringCopyPasteService : IStringCopyPasteService
StringCopyPaste\WpfStringCopyPasteService.cs (1)
17internal sealed class WpfStringCopyPasteService : IStringCopyPasteService
2 references to IStringCopyPasteService
Microsoft.CodeAnalysis.EditorFeatures (2)
StringCopyPaste\IStringCopyPasteService.cs (1)
18[ExportWorkspaceService(typeof(IStringCopyPasteService)), Shared]
StringCopyPaste\WpfStringCopyPasteService.cs (1)
16[ExportWorkspaceService(typeof(IStringCopyPasteService), ServiceLayer.Host), Shared]