3 references to TryGetDtoCallbackMarshallingProperties
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (3)
361
if (
TryGetDtoCallbackMarshallingProperties
(param.Type, out _))
1424
if (!
TryGetDtoCallbackMarshallingProperties
(param.Type, out var marshallingProperties))
1490
if (!
TryGetDtoCallbackMarshallingProperties
(dtoProperty.Type, out var nestedMarshallingProperties))