1 interface inheriting from IPdbWriter
Microsoft.DiaSymReader (1)
_generated\36\Microsoft.DiaSymReader.IPdbWriter.cs (1)
24file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.IPdbWriter
21 references to IPdbWriter
Microsoft.DiaSymReader (21)
_generated\36\Microsoft.DiaSymReader.IPdbWriter.cs (20)
45int global::Microsoft.DiaSymReader.IPdbWriter.__SetPath() 47var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.IPdbWriter)); 66global::Microsoft.DiaSymReader.IPdbWriter @this = default; 73@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.IPdbWriter>(__this_native); 90int global::Microsoft.DiaSymReader.IPdbWriter.__OpenMod() 92var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.IPdbWriter)); 111global::Microsoft.DiaSymReader.IPdbWriter @this = default; 118@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.IPdbWriter>(__this_native); 135int global::Microsoft.DiaSymReader.IPdbWriter.__CloseMod() 137var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.IPdbWriter)); 156global::Microsoft.DiaSymReader.IPdbWriter @this = default; 163@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.IPdbWriter>(__this_native); 180int global::Microsoft.DiaSymReader.IPdbWriter.__GetPath() 182var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.IPdbWriter)); 201global::Microsoft.DiaSymReader.IPdbWriter @this = default; 208@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.IPdbWriter>(__this_native); 225void global::Microsoft.DiaSymReader.IPdbWriter.GetSignatureAge(out uint sig, out int age) 227var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.IPdbWriter)); 249global::Microsoft.DiaSymReader.IPdbWriter @this = default; 258@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.IPdbWriter>(__this_native);
Writer\SymUnmanagedWriterImpl.cs (1)
741((IPdbWriter)symWriter).GetSignatureAge(out stamp, out age);