1 instantiation of CommandValidationState
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
63
var state = _commandStates.GetOrAdd(command, _ => new
CommandValidationState
());
3 references to CommandValidationState
Aspire.Hosting (3)
ApplicationModel\RequiredCommandValidator.cs (3)
25
private readonly ConcurrentDictionary<string,
CommandValidationState
> _commandStates = new(StringComparer.OrdinalIgnoreCase);
42
foreach (
var
state in _commandStates.Values)
63
var
state = _commandStates.GetOrAdd(command, _ => new CommandValidationState());