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