9 references to OutputRefFilePath
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (2)
446!object.Equals(oldProject.OutputRefFilePath, newProject.OutputRefFilePath) ||
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1486if (!string.IsNullOrEmpty(p.OutputRefFilePath)) 1488outputAssemblyToProjectIdMap[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)
1220Assert.Equal(newInfo.OutputRefFilePath, newProject.OutputRefFilePath); 1522s => 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);