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