8 references to OutputFilePath
Microsoft.CodeAnalysis.Features (4)
CodeLens\CodeLensReferencesService.cs (1)
367
return !string.IsNullOrEmpty(fullName) ? new ReferenceMethodDescriptor(fullName, document.FilePath, document.Project.
OutputFilePath
) : null;
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (3)
486
if (!object.Equals(oldProject.
OutputFilePath
, newProject.
OutputFilePath
))
487
projectConfigurationChange = projectConfigurationChange.With(nameof(oldProject.
OutputFilePath
) + "Changed");
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1449
if (!string.IsNullOrEmpty(p.
OutputFilePath
))
1451
outputAssemblyToProjectIdMap[p.
OutputFilePath
!] = p.Id;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectMap.cs (1)
77
Add(project.Id, project.FilePath, project.
OutputFilePath
, project.OutputRefFilePath);
Microsoft.DotNet.HotReload.Utils.Generator (1)
BaselineProject.cs (1)
90
outputAsm = project.
OutputFilePath
;