2 interfaces inheriting from ISymUnmanagedBinder3
Microsoft.DiaSymReader (2)
_generated\13\Microsoft.DiaSymReader.ISymUnmanagedBinder3.cs (1)
23
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
Reader\ISymUnmanagedBinder4.cs (1)
14
public partial interface ISymUnmanagedBinder4 :
ISymUnmanagedBinder3
13 references to ISymUnmanagedBinder3
Microsoft.DiaSymReader (13)
_generated\13\Microsoft.DiaSymReader.ISymUnmanagedBinder3.cs (10)
40
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
.GetReaderFromCallback(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, object callback, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
42
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
));
89
global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
@this = default;
104
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
>(__this_native);
119
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
121
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
));
164
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
166
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
));
209
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
.GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader)
211
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
));
_generated\14\Microsoft.DiaSymReader.ISymUnmanagedBinder4.cs (3)
33
global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
).TypeHandle).ManagedVirtualMethodTable,
373
int global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
.GetReaderFromCallback(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, object callback, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException();
396
new int GetReaderFromCallback(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, object callback, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.
ISymUnmanagedBinder3
)this).GetReaderFromCallback(metadataImporter, fileName, searchPath, searchPolicy, callback, out reader);