1 instantiation of CommandValidationCacheKey
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
62var cacheKey = new CommandValidationCacheKey(command, annotation.ValidationCallback);
2 references to CommandValidationCacheKey
Aspire.Hosting (2)
ApplicationModel\RequiredCommandValidator.cs (2)
24private readonly ConcurrentDictionary<CommandValidationCacheKey, CommandValidationState> _commandStates = new(); 62var cacheKey = new CommandValidationCacheKey(command, annotation.ValidationCallback);