1 interface inheriting from ISymUnmanagedAsyncMethodPropertiesWriter
Microsoft.DiaSymReader (1)
_generated\33\Microsoft.DiaSymReader.ISymUnmanagedAsyncMethodPropertiesWriter.cs (1)
22
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
13 references to ISymUnmanagedAsyncMethodPropertiesWriter
Microsoft.DiaSymReader (13)
_generated\33\Microsoft.DiaSymReader.ISymUnmanagedAsyncMethodPropertiesWriter.cs (12)
41
void global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
.DefineKickoffMethod(int kickoffMethod)
43
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
));
60
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
@this = default;
65
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
>(__this_native);
80
void global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
.DefineCatchHandlerILOffset(int catchHandlerOffset)
82
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
));
99
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
@this = default;
104
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
>(__this_native);
119
void global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
.DefineAsyncStepInfo(int count, int[] yieldOffsets, int[] breakpointOffset, int[] breakpointMethod)
121
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
));
142
global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
@this = default;
166
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedAsyncMethodPropertiesWriter
>(__this_native);
Writer\SymUnmanagedWriterImpl.cs (1)
485
if (GetSymWriter() is
ISymUnmanagedAsyncMethodPropertiesWriter
asyncMethodPropertyWriter)