4 references to DebugSymbols
Microsoft.DotNet.HotReload.Watch (4)
AppModels\HotReloadAppModel.cs (3)
106if (!project.ProjectInstance.GetBooleanPropertyValue(PropertyNames.DebugSymbols)) 108logger.Log(MessageDescriptor.ProjectDoesNotSupportHotReload_Property, PropertyNames.DebugSymbols, "False", PropertyNames.DebugSymbols, "True");
Build\BuildNames.cs (1)
29public const string DebugSymbols = nameof(DebugSymbols);