1 write to EvaluationCheckScope
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckConfigurationEffective.cs (1)
22EvaluationCheckScope = evaluationCheckScope;
6 references to EvaluationCheckScope
Microsoft.Build (6)
BuildCheck\Checks\NoEnvironmentVariablePropertyCheck.cs (1)
40_scope = configurationContext.CheckConfig[0].EvaluationCheckScope;
BuildCheck\Checks\PropertiesUsageCheck.cs (3)
55_uninitializedReadScope = config.EvaluationCheckScope; 61_unusedPropertyScope = config.EvaluationCheckScope; 67_initializedAfterUseScope = config.EvaluationCheckScope;
BuildCheck\Infrastructure\CheckConfigurationEffective.cs (2)
44EvaluationCheckScope == other.EvaluationCheckScope;