5 references to StartupHookSupport
Microsoft.DotNet.HotReload.Watch (5)
AppModels\HotReloadAppModel.cs (4)
81metadataUpdaterSupported ? PropertyNames.StartupHookSupport : PropertyNames.MetadataUpdaterSupport, 101: (PropertyNames.StartupHookSupport, false); 103logger.Log(MessageDescriptor.ProjectDoesNotSupportHotReload_Property, propertyName, propertyValue.ToString(), PropertyNames.StartupHookSupport, "True"); 127=> project.ProjectInstance.GetBooleanPropertyValue(PropertyNames.StartupHookSupport, defaultValue: true) ||
Build\BuildNames.cs (1)
26public const string StartupHookSupport = nameof(StartupHookSupport);