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