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)
60
if (!CheckScopeClassifier.IsScopingReady(
_scope
))
64
else if (CheckScopeClassifier.IsActionInObservedScope(
_scope
, context.Data.EnvironmentVariableLocation.File, context.Data.ProjectFilePath))
86
if (!CheckScopeClassifier.IsActionInObservedScope(
_scope
, context.Data.EnvironmentVariableLocation.File, projectPath))