3 references to _commandStates
Aspire.Hosting (3)
ApplicationModel\RequiredCommandValidator.cs (3)
42foreach (var state in _commandStates.Values) 46_commandStates.Clear(); 63var state = _commandStates.GetOrAdd(command, _ => new CommandValidationState());