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