5 references to InteractionInputCollectionTypeId
Aspire.Hosting.CodeGeneration.TypeScript (5)
TypeScriptApiProjector.cs (5)
256
_typesWithPromiseWrappers.Add(
InteractionInputCollectionTypeId
);
1674
if (typeRef.TypeId ==
InteractionInputCollectionTypeId
)
1869
if (typeRef?.TypeId ==
InteractionInputCollectionTypeId
)
2469
if (typeRef.TypeId ==
InteractionInputCollectionTypeId
)
2597
if (targetTypeId is AtsConstants.ReferenceExpressionTypeId or
InteractionInputCollectionTypeId
)