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