6 references to OutputRefFilePath
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (2)
452
!object.Equals(oldProject.
OutputRefFilePath
, newProject.
OutputRefFilePath
) ||
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1459
if (!string.IsNullOrEmpty(p.
OutputRefFilePath
))
1461
outputAssemblyToProjectIdMap[p.
OutputRefFilePath
!] = p.Id;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectMap.cs (1)
77
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
);