6 references to OutputRefFilePath
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
489
if (!object.Equals(oldProject.
OutputRefFilePath
, newProject.
OutputRefFilePath
))
490
projectConfigurationChange = projectConfigurationChange.With(nameof(oldProject.
OutputRefFilePath
) + "Changed");
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1454
if (!string.IsNullOrEmpty(p.
OutputRefFilePath
))
1456
outputAssemblyToProjectIdMap[p.
OutputRefFilePath
!] = p.Id;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectMap.cs (1)
77
Add(project.Id, project.FilePath, project.OutputFilePath, project.
OutputRefFilePath
);