1 write to EvaluationCheckScope
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckConfigurationEffective.cs (1)
21EvaluationCheckScope = evaluationCheckScope;
6 references to EvaluationCheckScope
Microsoft.Build (6)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (1)
40_scope = configurationContext.CheckConfig[0].EvaluationCheckScope;
BuildCheck\Checks\PropertiesUsageCheck.cs (3)
53_uninitializedReadScope = config.EvaluationCheckScope; 59_unusedPropertyScope = config.EvaluationCheckScope; 65_initializedAfterUseScope = config.EvaluationCheckScope;
BuildCheck\Infrastructure\CheckConfigurationEffective.cs (2)
43EvaluationCheckScope == other.EvaluationCheckScope;