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