8 references to _optionsInterfacesToGenerate
Aspire.Hosting.CodeGeneration.TypeScript (8)
TypeScriptApiProjector.cs (8)
111internal Dictionary<string, List<AtsParameterInfo>> OptionsInterfacesToGenerate => _optionsInterfacesToGenerate; 180_optionsInterfacesToGenerate.Clear(); 558foreach (var (interfaceName, optionalParams) in _optionsInterfacesToGenerate.OrderBy(kvp => kvp.Key, StringComparer.Ordinal)) 2172if (_optionsInterfacesToGenerate.TryGetValue(baseInterfaceName, out var existingParams)) 2212if (!_optionsInterfacesToGenerate.TryGetValue(capabilityInterfaceName, out var capabilityParameters) 2222if (!_optionsInterfacesToGenerate.TryGetValue(suffixedName, out var suffixedParams) 2241if (_optionsInterfacesToGenerate.TryGetValue(interfaceName, out var declaredParams)) 2262_optionsInterfacesToGenerate[interfaceName] = [.. optionalParams];