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