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