3 references to WithAssemblyPath
Microsoft.AspNetCore.Razor.Microbenchmarks (1)
Formatting\DocumentFormattingBenchmark.cs (1)
153
.WithCompilationOutputInfo(new CompilationOutputInfo().
WithAssemblyPath
(GeneratedAssemblyPath));
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
LanguageServer\CSharpTestLspServerHelpers.cs (1)
129
metadataReferences: metadataReferences).WithCompilationOutputInfo(new CompilationOutputInfo().
WithAssemblyPath
(@"C:\TestSolution\obj\TestProject.dll"));
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
390
s => s.WithProjectCompilationOutputInfo(Id, s.GetRequiredProject(Id).CompilationOutputInfo.
WithAssemblyPath
(value)));