4 references to _optionsInterfacesToGenerate
Aspire.Hosting.CodeGeneration.TypeScript (4)
AtsTypeScriptCodeGenerator.cs (4)
421
_optionsInterfacesToGenerate
.Clear();
674
_optionsInterfacesToGenerate
[interfaceName] = optionalParams;
683
if (
_optionsInterfacesToGenerate
.Count == 0)
693
foreach (var (interfaceName, optionalParams) in
_optionsInterfacesToGenerate
.OrderBy(kvp => kvp.Key))