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