6 references to OutputRefFilePath
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (2)
445
!object.Equals(oldProject.
OutputRefFilePath
, newProject.
OutputRefFilePath
) ||
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1416
if (!string.IsNullOrEmpty(p.
OutputRefFilePath
))
1418
outputAssemblyToProjectIdMap[p.
OutputRefFilePath
!] = p.Id;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectMap.cs (1)
78
Add(project.Id, project.FilePath, project.OutputFilePath, project.
OutputRefFilePath
);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionServiceTests.cs (1)
274
Assert.Equal("OutputRefFilePath" + version, project.
OutputRefFilePath
);