3 references to InteractionInputTypeId
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (1)
642
.Where(dto => dto.TypeId != TypeScriptApiProjector.
InteractionInputTypeId
)
TypeScriptApiProjector.cs (2)
514
.Where(d => d.TypeId !=
InteractionInputTypeId
)
1669
if (typeRef.TypeId ==
InteractionInputTypeId
)