1 interface inheriting from ISymUnmanagedBinder4
Microsoft.DiaSymReader (1)
_generated\14\Microsoft.DiaSymReader.ISymUnmanagedBinder4.cs (1)
25
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
17 references to ISymUnmanagedBinder4
Microsoft.DiaSymReader (17)
_generated\14\Microsoft.DiaSymReader.ISymUnmanagedBinder4.cs (16)
43
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
.GetReaderFromPdbFile(global::Microsoft.DiaSymReader.IMetadataImportProvider metadataImportProvider, string pdbFilePath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
45
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
));
88
global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
@this = default;
99
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
>(__this_native);
114
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
.GetReaderFromPdbStream(global::Microsoft.DiaSymReader.IMetadataImportProvider metadataImportProvider, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
116
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
));
160
global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
@this = default;
171
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
>(__this_native);
186
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
188
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
));
231
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
233
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
));
276
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
.GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
278
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
));
321
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
.GetReaderFromCallback(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, object callback, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
323
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder4
));
Extensions\SymUnmanagedExtensions.Binder.cs (1)
28
public static ISymUnmanagedReader GetReaderFromPdbStream(this
ISymUnmanagedBinder4
binder, Stream stream, IMetadataImportProvider metadataImportProvider)