4 references to StartupHookSupport
Microsoft.DotNet.HotReload.Watch (4)
AppModels\HotReloadAppModel.cs (3)
72if (!project.ProjectInstance.GetBooleanPropertyValue(PropertyNames.StartupHookSupport, defaultValue: true) && 81: (PropertyNames.StartupHookSupport, false); 83logger.Log(MessageDescriptor.ProjectDoesNotSupportHotReload_Property, propertyName, propertyValue.ToString(), PropertyNames.StartupHookSupport, "True");
Build\BuildNames.cs (1)
26public const string StartupHookSupport = nameof(StartupHookSupport);