1 write to OutputSummaryPath
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (1)
Frontend.cs (1)
79
builder.
OutputSummaryPath
= fn[outputSummaryPrefix.Length..];
2 references to OutputSummaryPath
Microsoft.DotNet.HotReload.Utils.Generator (1)
Config.cs (1)
39
OutputSummaryPath = builder.
OutputSummaryPath
;
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (1)
Frontend.cs (1)
101
if (builder.Live && !String.IsNullOrEmpty(builder.
OutputSummaryPath
)) {