12 references to OutputRefFilePath
Microsoft.CodeAnalysis.ExternalAccess.HotReload.UnitTests (1)
HotReloadMSBuildWorkspaceTests.cs (1)
117Assert.Equal(Path.Combine(TempRoot.Root, "ref", "P1.dll"), project2.OutputRefFilePath);
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
489if (!object.Equals(oldProject.OutputRefFilePath, newProject.OutputRefFilePath)) 490projectConfigurationChange = projectConfigurationChange.With(nameof(oldProject.OutputRefFilePath) + "Changed");
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
266outputRefFilePath: canonicalProject.OutputRefFilePath,
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1454if (!string.IsNullOrEmpty(p.OutputRefFilePath)) 1456outputAssemblyToProjectIdMap[p.OutputRefFilePath!] = p.Id;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectMap.cs (1)
77Add(project.Id, project.FilePath, project.OutputFilePath, project.OutputRefFilePath);
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionTests.cs (2)
1235Assert.Equal(newInfo.OutputRefFilePath, newProject.OutputRefFilePath); 1583s => s.GetRequiredProject(projectId).OutputRefFilePath,
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\LegacyProject\OutputPathTests.cs (1)
36Assert.Equal(expectedRefPath, workspaceProject.OutputRefFilePath);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionServiceTests.cs (1)
273Assert.Equal("OutputRefFilePath" + version, project.OutputRefFilePath);