1 write to AssemblyPath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\CompilationOutputInfo.cs (1)
32AssemblyPath = assemblyPath;
8 references to AssemblyPath
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueService.cs (1)
107return new CompilationOutputFilesWithImplicitPdbPath(project.CompilationOutputInfo.AssemblyPath);
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Solution\CompilationOutputInfo.cs (7)
46return new(AssemblyPath, path); 56=> PathUtilities.IsAbsolute(GeneratedFilesOutputDirectory ?? AssemblyPath); 62=> HasEffectiveGeneratedFilesOutputDirectory ? GeneratedFilesOutputDirectory ?? PathUtilities.GetDirectoryName(AssemblyPath) : null; 68=> AssemblyPath == other.AssemblyPath && 72=> Hash.Combine(GeneratedFilesOutputDirectory, Hash.Combine(AssemblyPath, 0)); 82writer.WriteString(AssemblyPath);