1 write to _scope
Microsoft.Build (1)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (1)
40_scope = configurationContext.CheckConfig[0].EvaluationCheckScope;
3 references to _scope
Microsoft.Build (3)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (3)
60if (!CheckScopeClassifier.IsScopingReady(_scope)) 64else if (CheckScopeClassifier.IsActionInObservedScope(_scope, context.Data.EnvironmentVariableLocation.File, context.Data.ProjectFilePath)) 86if (!CheckScopeClassifier.IsActionInObservedScope(_scope, context.Data.EnvironmentVariableLocation.File, projectPath))