2 references to GetDtoCallbackLocalName
Aspire.Hosting.CodeGeneration.TypeScript (2)
AtsTypeScriptCodeGenerator.cs (2)
1469
var callbackLocalName =
GetDtoCallbackLocalName
(dtoRpcLocalName, marshallingProperty.Name);
1496
var dtoPropertyLocalName =
GetDtoCallbackLocalName
(dtoRpcLocalName, dtoProperty.Name);