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