3 writes to CurrentlyEvaluatingPropertyElementName
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
81bucket.Expander.PropertiesUseTracker.CurrentlyEvaluatingPropertyElementName = property.Name;
Evaluation\Evaluator.cs (1)
1300_expander.PropertiesUseTracker.CurrentlyEvaluatingPropertyElementName = propertyElement.Name;
Evaluation\PropertiesUseTracker.cs (1)
147CurrentlyEvaluatingPropertyElementName = null;
4 references to CurrentlyEvaluatingPropertyElementName
Microsoft.Build (4)
Evaluation\PropertiesUseTracker.cs (4)
65if (_warnForUninitializedProperties && CurrentlyEvaluatingPropertyElementName != null) 68if (!MSBuildNameIgnoreCaseComparer.Default.Equals(CurrentlyEvaluatingPropertyElementName, propertyName, startIndex, endIndex - startIndex + 1)) 80!string.IsNullOrEmpty(CurrentlyEvaluatingPropertyElementName) && 81MSBuildNameIgnoreCaseComparer.Default.Equals(CurrentlyEvaluatingPropertyElementName, propertyName,