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