5 references to PasteTrackingService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
AddMissingImports\CSharpAddMissingImportsRefactoringProviderTests.cs (2)
44
var
pasteTrackingService = workspace.ExportProvider.GetExportedValue<
PasteTrackingService
>();
Microsoft.CodeAnalysis.EditorFeatures (3)
PasteTracking\PasteTrackingPasteCommandHandler.cs (2)
29
internal sealed class PasteTrackingPasteCommandHandler(
PasteTrackingService
pasteTrackingService) : IChainedCommandHandler<PasteCommandArgs>
33
private readonly
PasteTrackingService
_pasteTrackingService = pasteTrackingService;
PasteTracking\PasteTrackingService.cs (1)
18
[Export(typeof(
PasteTrackingService
))]