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