14 references to AddParts
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
LanguageServer\CSharpTestLspServerHelpers.cs (1)
70
.
AddParts
(typeof(RazorTestLanguageServerFactory))
Mef\TestComposition.cs (1)
33
.
AddParts
(typeof(RazorTestWorkspaceRegistrationService));
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (12)
Cohost\CohostEndpointTest.cs (5)
59
.
AddParts
(typeof(TestILanguageServiceBroker2))
61
.
AddParts
(typeof(TestWorkspaceProvider))
63
.
AddParts
(typeof(TestLspEditorFeatureDetector))
65
.
AddParts
(typeof(TestIncompatibleProjectService))
66
.
AddParts
(typeof(TestVsServiceProvider));
Cohost\CohostInlineCompletionEndpointTest.cs (1)
113
return composition.
AddParts
(typeof(TestSnippetInfoService));
Cohost\CohostRoslynCodeActionTest.cs (2)
207
.
AddParts
(typeof(RazorSourceGeneratedDocumentSpanMappingService))
208
.
AddParts
(typeof(ExportableRemoteServiceInvoker));
Cohost\CohostRoslynGoToDefTest.cs (2)
48
.
AddParts
(typeof(RazorSourceGeneratedDocumentSpanMappingService))
49
.
AddParts
(typeof(ExportableRemoteServiceInvoker));
Cohost\CohostRoslynRenameTest.cs (2)
198
.
AddParts
(typeof(RazorSourceGeneratedDocumentSpanMappingService))
199
.
AddParts
(typeof(ExportableRemoteServiceInvoker));