3 references to IsActionInObservedScope
Microsoft.Build (3)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (2)
64
else if (CheckScopeClassifier.
IsActionInObservedScope
(_scope, context.Data.EnvironmentVariableLocation.File, context.Data.ProjectFilePath))
86
if (!CheckScopeClassifier.
IsActionInObservedScope
(_scope, context.Data.EnvironmentVariableLocation.File, projectPath))
BuildCheck\Infrastructure\CheckScopeClassifier.cs (1)
36
=>
IsActionInObservedScope
(scope, location?.File, projectFileFullPath);