3 references to TestStringCopyPasteService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
StringCopyPaste\StringCopyPasteCommandHandlerTests.cs (3)
38
.AddParts(typeof(
TestStringCopyPasteService
))
88
var
service = workspace.Services.GetRequiredService<IStringCopyPasteService>() as
TestStringCopyPasteService
;