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