2 references to ReturnType
aspire (2)
Commands\Sdk\SdkDumpCommand.cs (2)
334
var returnStr = c.
ReturnType
?.TypeId ?? "void";
463
var returnType = SimplifyTypeName(c.
ReturnType
?.TypeId ?? "void");