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