1 write to AnotherProject
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
TestProjectData.cs (1)
42AnotherProject = new HostProject(Path.Combine(anotherProjectPath, "AnotherProject.csproj"), anotherProjectObjPath, RazorConfiguration.Default, "AnotherProject");
10 references to AnotherProject
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (5)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostFindAllReferencesEndpointTest.cs (1)
220var project2 = AddProjectAndRazorDocument(project1.Solution, TestProjectData.AnotherProject.FilePath, anotherProjectId, componentId, TestProjectData.AnotherProjectComponentFile2.FilePath, component.Text).Project;
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostGoToDefinitionEndpointTest.cs (1)
1014var project2 = AddProjectAndRazorDocument(project1.Solution, TestProjectData.AnotherProject.FilePath, anotherProjectId, componentId, TestProjectData.AnotherProjectComponentFile2.FilePath, component.Text).Project;
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\ProjectAvailabilityTests.cs (3)
49solution = AddProjectAndRazorDocument(solution, TestProjectData.AnotherProject.FilePath, projectId, DocumentId.CreateNewId(projectId), FilePath("Component.razor"), "@namespace SomeProject").Project.Solution; 64solution = AddProjectAndRazorDocument(solution, TestProjectData.AnotherProject.FilePath, projectId, DocumentId.CreateNewId(projectId), FilePath("Component.razor"), "", 84solution = AddProjectAndRazorDocument(solution, TestProjectData.AnotherProject.FilePath, projectId, DocumentId.CreateNewId(projectId), FilePath("Component.razor"), "").Project.Solution;
Microsoft.VisualStudioCode.RazorExtension.UnitTests (5)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostFindAllReferencesEndpointTest.cs (1)
220var project2 = AddProjectAndRazorDocument(project1.Solution, TestProjectData.AnotherProject.FilePath, anotherProjectId, componentId, TestProjectData.AnotherProjectComponentFile2.FilePath, component.Text).Project;
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostGoToDefinitionEndpointTest.cs (1)
1014var project2 = AddProjectAndRazorDocument(project1.Solution, TestProjectData.AnotherProject.FilePath, anotherProjectId, componentId, TestProjectData.AnotherProjectComponentFile2.FilePath, component.Text).Project;
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\ProjectAvailabilityTests.cs (3)
49solution = AddProjectAndRazorDocument(solution, TestProjectData.AnotherProject.FilePath, projectId, DocumentId.CreateNewId(projectId), FilePath("Component.razor"), "@namespace SomeProject").Project.Solution; 64solution = AddProjectAndRazorDocument(solution, TestProjectData.AnotherProject.FilePath, projectId, DocumentId.CreateNewId(projectId), FilePath("Component.razor"), "", 84solution = AddProjectAndRazorDocument(solution, TestProjectData.AnotherProject.FilePath, projectId, DocumentId.CreateNewId(projectId), FilePath("Component.razor"), "").Project.Solution;