7 references to All
Microsoft.Build (3)
BuildCheck\API\CheckConfiguration.cs (1)
92return BuildCheck.EvaluationCheckScope.All;
BuildCheck\Infrastructure\CheckScopeClassifier.cs (2)
22public static Func<EvaluationCheckScope, bool> IsScopingReady => (scope) => (scope is EvaluationCheckScope.ProjectFileOnly or EvaluationCheckScope.All) || IsScopingInitialized; 55EvaluationCheckScope.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)] 402EvaluationCheckScope.All => "all",