3 references to All
Microsoft.Build (3)
BuildCheck\API\CheckConfiguration.cs (1)
92
return BuildCheck.EvaluationCheckScope.
All
;
BuildCheck\Infrastructure\CheckScopeClassifier.cs (2)
22
public static Func<EvaluationCheckScope, bool> IsScopingReady => (scope) => (scope is EvaluationCheckScope.ProjectFileOnly or EvaluationCheckScope.
All
) || IsScopingInitialized;
55
EvaluationCheckScope.
All
=> true,