3 references to CompileDesignTime
Microsoft.DotNet.HotReload.Watch (3)
Build\BuildNames.cs (1)
52public const string CompileDesignTime = nameof(CompileDesignTime);
Build\EvaluationResult.cs (2)
244var compileTarget = projectInstance.Targets.ContainsKey(TargetNames.CompileDesignTime) 245? TargetNames.CompileDesignTime