1 instantiation of TestIncompatibleProjectService
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
CohostTestBase.cs (1)
82_incompatibleProjectService = new TestIncompatibleProjectService();
3 references to TestIncompatibleProjectService
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (2)
CohostTestBase.cs (2)
34private TestIncompatibleProjectService _incompatibleProjectService = null!; 45private protected TestIncompatibleProjectService IncompatibleProjectService => _incompatibleProjectService.AssumeNotNull();
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTest.cs (1)
65.AddParts(typeof(TestIncompatibleProjectService))