5 references to InputTypeTypeId
Aspire.Hosting.CodeGeneration.TypeScript (5)
AtsTypeScriptCodeGenerator.cs (1)
602.Where(enumType => enumType.TypeId != TypeScriptApiProjector.InputTypeTypeId)
TypeScriptApiProjector.cs (4)
264_enumTypeNames[InputTypeTypeId] = GetInputTypeEnumName(); 265foreach (var enumType in context.EnumTypes.Where(e => e.TypeId != InputTypeTypeId)) 499.Where(e => e.TypeId != InputTypeTypeId) 1664if (typeRef.TypeId == InputTypeTypeId)