1 interface inheriting from ISymUnmanagedAsyncMethod
Microsoft.DiaSymReader (1)
_generated\10\Microsoft.DiaSymReader.ISymUnmanagedAsyncMethod.cs (1)
25
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
30 references to ISymUnmanagedAsyncMethod
Microsoft.DiaSymReader (30)
_generated\10\Microsoft.DiaSymReader.ISymUnmanagedAsyncMethod.cs (24)
47
int global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
.IsAsyncMethod(out bool value)
49
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
));
70
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
@this = default;
77
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
>(__this_native);
92
int global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
.GetKickoffMethod(out int kickoffMethodToken)
94
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
));
114
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
@this = default;
121
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
>(__this_native);
136
int global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
.HasCatchHandlerILOffset(out bool offset)
138
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
));
159
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
@this = default;
166
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
>(__this_native);
181
int global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
.GetCatchHandlerILOffset(out int offset)
183
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
));
203
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
@this = default;
210
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
>(__this_native);
225
int global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
.GetAsyncStepInfoCount(out int count)
227
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
));
247
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
@this = default;
254
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
>(__this_native);
269
int global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
.GetAsyncStepInfo(int bufferLength, out int count, int[] yieldOffsets, int[] breakpointOffset, int[] breakpointMethod)
271
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
));
294
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
@this = default;
320
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethod
>(__this_native);
Extensions\SymUnmanagedExtensions.Method.cs (6)
107
public static
ISymUnmanagedAsyncMethod
AsAsyncMethod(this ISymUnmanagedMethod method)
109
var
asyncMethod = method as
ISymUnmanagedAsyncMethod
;
125
public static int GetCatchHandlerILOffset(this
ISymUnmanagedAsyncMethod
method)
144
public static int GetKickoffMethod(this
ISymUnmanagedAsyncMethod
method)
156
public static IEnumerable<SymUnmanagedAsyncStepInfo> GetAsyncStepInfos(this
ISymUnmanagedAsyncMethod
method)