1 reference to GetOrAdd
Microsoft.Build (1)
Evaluation\ConditionEvaluator.cs (1)
249
var expressionPool = cachedExpressionTreesForCurrentOptions.
GetOrAdd
(condition, _ => new ConcurrentStack<GenericExpressionNode>());