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