1 instantiation of CommandValidationState
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
63
var state = _commandStates.GetOrAdd(cacheKey, _ => new
CommandValidationState
());
3 references to CommandValidationState
Aspire.Hosting (3)
ApplicationModel\RequiredCommandValidator.cs (3)
24
private readonly ConcurrentDictionary<CommandValidationCacheKey,
CommandValidationState
> _commandStates = new();
41
foreach (
var
state in _commandStates.Values)
63
var
state = _commandStates.GetOrAdd(cacheKey, _ => new CommandValidationState());