11 references to _typesWithPromiseWrappers
Aspire.Hosting.CodeGeneration.TypeScript (11)
TypeScriptApiProjector.cs (11)
105
internal HashSet<string> TypesWithPromiseWrappers =>
_typesWithPromiseWrappers
;
178
_typesWithPromiseWrappers
.Clear();
216
_typesWithPromiseWrappers
.Add(builder.TypeId);
222
_typesWithPromiseWrappers
.Add(alias.TypeId);
242
_typesWithPromiseWrappers
.Add(typeClass.TypeId);
256
_typesWithPromiseWrappers
.Add(InteractionInputCollectionTypeId);
419
if (capability.ReturnType is { } returnType &&
_typesWithPromiseWrappers
.Contains(returnType.TypeId))
634
if (!
_typesWithPromiseWrappers
.Contains(typeId))
1019
var promiseInterfaceName =
_typesWithPromiseWrappers
.Contains(builderModel.TypeId)
2409
if (typeRef?.TypeId is { } typeId &&
_typesWithPromiseWrappers
.Contains(typeId))
3008
if (
_typesWithPromiseWrappers
.Contains(returnType.TypeId))