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