4 references to RazorTestWorkspaceRegistrationService
Microsoft.AspNetCore.Razor.Test.Common.Tooling (3)
LanguageServer\CSharpTestLspServer.cs (2)
102var registrationService = exportProvider.GetExportedValue<RazorTestWorkspaceRegistrationService>();
Mef\TestComposition.cs (1)
33.AddParts(typeof(RazorTestWorkspaceRegistrationService));
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Testing\RazorTestWorkspaceRegistrationService.cs (1)
12[Export(typeof(RazorTestWorkspaceRegistrationService))]