1 write to Live
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (1)
Frontend.cs (1)
63builder.Live = true;
3 references to Live
Microsoft.DotNet.HotReload.Utils.Generator (1)
Config.cs (1)
35Live = builder.Live;
Microsoft.DotNet.HotReload.Utils.Generator.Frontend (2)
Frontend.cs (2)
95if (!Xor(builder.Live, !String.IsNullOrEmpty(builder.ScriptPath))) { 101if (builder.Live && !String.IsNullOrEmpty(builder.OutputSummaryPath)) {