1 write to OutputSummaryPath
Microsoft.DotNet.HotReload.Utils.Generator (1)
Config.cs (1)
39
OutputSummaryPath
= builder.OutputSummaryPath;
2 references to OutputSummaryPath
Microsoft.DotNet.HotReload.Utils.Generator (2)
Runners\ScriptRunner.cs (2)
22
if (!string.IsNullOrEmpty(config.
OutputSummaryPath
)) {
23
var writer = new JsonSummaryWriter(config.
OutputSummaryPath
);