|
1 | 1 | type |
2 | 2 | | file://:0:0:0:0 | delegate* default<A,B> | B | DefaultCallingConvention | |
3 | 3 | | file://:0:0:0:0 | delegate* default<B,A> | A | DefaultCallingConvention | |
4 | | -| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | Int32 | DefaultCallingConvention | |
5 | | -| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 ref readonly> | Int32 | DefaultCallingConvention | |
| 4 | +| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | ref int | DefaultCallingConvention | |
| 5 | +| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 ref readonly> | readonly int | DefaultCallingConvention | |
6 | 6 | | file://:0:0:0:0 | delegate* default<Int32*,Void*> | Void* | DefaultCallingConvention | |
7 | | -| file://:0:0:0:0 | delegate* default<Int32> | Int32 | DefaultCallingConvention | |
8 | | -| file://:0:0:0:0 | delegate* default<T,Int32> | Int32 | DefaultCallingConvention | |
9 | | -| file://:0:0:0:0 | delegate* default<Void*,Int32*> | Int32* | DefaultCallingConvention | |
| 7 | +| file://:0:0:0:0 | delegate* default<Int32> | int | DefaultCallingConvention | |
| 8 | +| file://:0:0:0:0 | delegate* default<T,Int32> | int | DefaultCallingConvention | |
| 9 | +| file://:0:0:0:0 | delegate* default<Void*,Int32*> | int* | DefaultCallingConvention | |
10 | 10 | | file://:0:0:0:0 | delegate* stdcall<Int32 ref,Object out,T,Void> | Void | StdCallCallingConvention | |
11 | 11 | unmanagedCallingConvention |
12 | 12 | parameter |
13 | 13 | | file://:0:0:0:0 | delegate* default<A,B> | 0 | file://:0:0:0:0 | | A | |
14 | 14 | | file://:0:0:0:0 | delegate* default<B,A> | 0 | file://:0:0:0:0 | | B | |
15 | | -| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | 0 | file://:0:0:0:0 | | Int32 | |
16 | | -| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | 1 | file://:0:0:0:0 | `1 | Object | |
17 | | -| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | 2 | file://:0:0:0:0 | `2 | Int32 | |
18 | | -| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 ref readonly> | 0 | file://:0:0:0:0 | | Int32 | |
19 | | -| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 ref readonly> | 1 | file://:0:0:0:0 | `1 | Object | |
20 | | -| file://:0:0:0:0 | delegate* default<Int32*,Void*> | 0 | file://:0:0:0:0 | | Int32* | |
| 15 | +| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | 0 | file://:0:0:0:0 | | ref int! | |
| 16 | +| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | 1 | file://:0:0:0:0 | `1 | out object? | |
| 17 | +| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 in,Int32 ref> | 2 | file://:0:0:0:0 | `2 | readonly int! | |
| 18 | +| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 ref readonly> | 0 | file://:0:0:0:0 | | ref int! | |
| 19 | +| file://:0:0:0:0 | delegate* default<Int32 ref,Object out,Int32 ref readonly> | 1 | file://:0:0:0:0 | `1 | out object? | |
| 20 | +| file://:0:0:0:0 | delegate* default<Int32*,Void*> | 0 | file://:0:0:0:0 | | int*! | |
21 | 21 | | file://:0:0:0:0 | delegate* default<T,Int32> | 0 | file://:0:0:0:0 | | T | |
22 | | -| file://:0:0:0:0 | delegate* default<Void*,Int32*> | 0 | file://:0:0:0:0 | | Void* | |
23 | | -| file://:0:0:0:0 | delegate* stdcall<Int32 ref,Object out,T,Void> | 0 | file://:0:0:0:0 | | Int32 | |
24 | | -| file://:0:0:0:0 | delegate* stdcall<Int32 ref,Object out,T,Void> | 1 | file://:0:0:0:0 | `1 | Object | |
| 22 | +| file://:0:0:0:0 | delegate* default<Void*,Int32*> | 0 | file://:0:0:0:0 | | Void*! | |
| 23 | +| file://:0:0:0:0 | delegate* stdcall<Int32 ref,Object out,T,Void> | 0 | file://:0:0:0:0 | | ref int! | |
| 24 | +| file://:0:0:0:0 | delegate* stdcall<Int32 ref,Object out,T,Void> | 1 | file://:0:0:0:0 | `1 | out object? | |
25 | 25 | | file://:0:0:0:0 | delegate* stdcall<Int32 ref,Object out,T,Void> | 2 | file://:0:0:0:0 | `2 | T | |
26 | 26 | invocation |
27 | 27 | | FunctionPointer.cs:19:21:19:43 | function pointer call | |
|
0 commit comments