7 references to _optionsInterfacesToGenerate
Aspire.Hosting.CodeGeneration.TypeScript (7)
AtsTypeScriptCodeGenerator.cs (7)
491_optionsInterfacesToGenerate.Clear(); 761if (_optionsInterfacesToGenerate.TryGetValue(baseInterfaceName, out var existingParams)) 782if (!_optionsInterfacesToGenerate.TryGetValue(suffixedName, out var suffixedParams)) 786_optionsInterfacesToGenerate[suffixedName] = [.. optionalParams]; 811_optionsInterfacesToGenerate[baseInterfaceName] = [.. optionalParams]; 893if (_optionsInterfacesToGenerate.Count == 0) 903foreach (var (interfaceName, optionalParams) in _optionsInterfacesToGenerate.OrderBy(kvp => kvp.Key))