11 references to _typesWithPromiseWrappers
Aspire.Hosting.CodeGeneration.TypeScript (11)
TypeScriptApiProjector.cs (11)
105internal 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); 419if (capability.ReturnType is { } returnType && _typesWithPromiseWrappers.Contains(returnType.TypeId)) 634if (!_typesWithPromiseWrappers.Contains(typeId)) 1019var promiseInterfaceName = _typesWithPromiseWrappers.Contains(builderModel.TypeId) 2409if (typeRef?.TypeId is { } typeId && _typesWithPromiseWrappers.Contains(typeId)) 3008if (_typesWithPromiseWrappers.Contains(returnType.TypeId))