7 references to _optionsInterfacesToGenerate
Aspire.Hosting.CodeGeneration.TypeScript (7)
AtsTypeScriptCodeGenerator.cs (7)
445_optionsInterfacesToGenerate.Clear(); 715if (_optionsInterfacesToGenerate.TryGetValue(baseInterfaceName, out var existingParams)) 736if (!_optionsInterfacesToGenerate.TryGetValue(suffixedName, out var suffixedParams)) 740_optionsInterfacesToGenerate[suffixedName] = [.. optionalParams]; 765_optionsInterfacesToGenerate[baseInterfaceName] = [.. optionalParams]; 847if (_optionsInterfacesToGenerate.Count == 0) 857foreach (var (interfaceName, optionalParams) in _optionsInterfacesToGenerate.OrderBy(kvp => kvp.Key))