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