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