5 references to GetConcreteClassName
Aspire.Hosting.CodeGeneration.TypeScript (5)
AtsTypeScriptCodeGenerator.cs (3)
1123var wrappedReturnClassName = _projector.GetConcreteClassName(wrappedReturnTypeId); 2662var returnClassName = _projector.GetConcreteClassName(returnTypeId); 2775var returnClassName = _projector.GetConcreteClassName(returnTypeId);
TypeScriptApiProjector.cs (2)
1641internal string GetPublicPromiseInterfaceName(string typeId) => GetPromiseInterfaceName(GetConcreteClassName(typeId)); 2411var className = GetConcreteClassName(typeId);