1 write to _clonedContexts
Microsoft.Extensions.Validation (1)
ValidateContext.cs (1)
365
(
_clonedContexts
??= []).Add(_currentContext);
1 reference to _clonedContexts
Microsoft.Extensions.Validation (1)
ValidateContext.cs (1)
385
=> _pendingTasks is null ? Task.FromResult(false) : AwaitAndMergeAsync(_pendingTasks,
_clonedContexts
, _originalContext);