2 implementations of IStringCopyPasteService
Microsoft.CodeAnalysis.EditorFeatures (2)
StringCopyPaste\IStringCopyPasteService.cs (1)
19
internal sealed class DefaultStringCopyPasteService :
IStringCopyPasteService
StringCopyPaste\WpfStringCopyPasteService.cs (1)
17
internal 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]