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