3 references to GetDtoInterfaceName
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (1)
657var interfaceName = TypeScriptApiProjector.GetDtoInterfaceName(dto.TypeId);
TypeScriptApiProjector.cs (2)
1390var interfaceName = GetDtoInterfaceName(dtoType.TypeId); 1690AtsTypeCategory.Dto => GetDtoInterfaceName(typeRef.TypeId),