1 implementation of IntermediateOutputPath
Microsoft.CodeAnalysis.Remote.Razor (1)
ProjectSystem\RemoteProjectSnapshot.cs (1)
46
public string
IntermediateOutputPath
=> FilePathNormalizer.GetNormalizedDirectoryName(_project.CompilationOutputInfo.AssemblyPath);
1 reference to IntermediateOutputPath
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Diagnostics\RazorDiagnosticHelper.cs (1)
43
ProjectIdentifier = documentSnapshot.Project.
IntermediateOutputPath
,