2 references to ComputeFlags
dotnet (2)
Commands\Restore\RestoringCommand.cs (2)
174
private static readonly List<string> FlagsToExcludeFromSeparateRestore = [..
ComputeFlags
(FlagsToExcludeFromRestore)];
176
private static readonly List<string> FlagsThatTriggerSilentSeparateRestore = [..
ComputeFlags
(FlagsThatTriggerSilentRestore)];