7 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,
Microsoft.Build.BuildCheck.UnitTests (4)
CheckConfiguration_Test.cs (2)
83
[InlineData("all", EvaluationCheckScope.
All
)]
84
[InlineData("ALL", EvaluationCheckScope.
All
)]
EndToEndTests.cs (2)
393
[InlineData(EvaluationCheckScope.
All
)]
402
EvaluationCheckScope.
All
=> "all",