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