6 references to WorkTreeImports
Microsoft.Build (2)
BuildCheck\API\CheckConfiguration.cs (1)
90return BuildCheck.EvaluationCheckScope.WorkTreeImports;
BuildCheck\Infrastructure\CheckScopeClassifier.cs (1)
52EvaluationCheckScope.WorkTreeImports => filePathOfEvent != null
Microsoft.Build.BuildCheck.UnitTests (4)
CheckConfiguration_Test.cs (2)
81[InlineData("work_tree_imports", EvaluationCheckScope.WorkTreeImports)] 82[InlineData("WORK_TREE_IMPORTS", EvaluationCheckScope.WorkTreeImports)]
EndToEndTests.cs (2)
384[InlineData(EvaluationCheckScope.WorkTreeImports)] 393EvaluationCheckScope.WorkTreeImports => "work_tree_imports",