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