2 interfaces inheriting from ISymUnmanagedReader
Microsoft.DiaSymReader (2)
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (1)
36file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.ISymUnmanagedReader
Reader\ISymUnmanagedReader2.cs (1)
18public partial interface ISymUnmanagedReader2 : ISymUnmanagedReader
309 references to ISymUnmanagedReader
Microsoft.DiaSymReader (309)
_generated\11\Microsoft.DiaSymReader.ISymUnmanagedBinder.cs (10)
39int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 64reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 71global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 90global::Microsoft.DiaSymReader.ISymUnmanagedReader reader = default; 101__reader_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToUnmanaged(reader); 113int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 137reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 144global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 163global::Microsoft.DiaSymReader.ISymUnmanagedReader reader = default; 173__reader_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToUnmanaged(reader);
_generated\12\Microsoft.DiaSymReader.ISymUnmanagedBinder2.cs (15)
39int global::Microsoft.DiaSymReader.ISymUnmanagedBinder2.GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 64reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 71global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 90global::Microsoft.DiaSymReader.ISymUnmanagedReader reader = default; 101__reader_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToUnmanaged(reader); 113int global::Microsoft.DiaSymReader.ISymUnmanagedBinder2.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 138reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 145global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 158int global::Microsoft.DiaSymReader.ISymUnmanagedBinder2.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 182reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 189global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 201int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 203int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 214new int GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder)this).GetReaderForFile(metadataImporter, fileName, searchPath, out reader); 218new int GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder)this).GetReaderFromStream(metadataImporter, stream, out reader);
_generated\13\Microsoft.DiaSymReader.ISymUnmanagedBinder3.cs (20)
40int global::Microsoft.DiaSymReader.ISymUnmanagedBinder3.GetReaderFromCallback(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, object callback, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 67reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 74global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 95global::Microsoft.DiaSymReader.ISymUnmanagedReader reader = default; 107__reader_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToUnmanaged(reader); 119int global::Microsoft.DiaSymReader.ISymUnmanagedBinder3.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 144reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 151global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 164int global::Microsoft.DiaSymReader.ISymUnmanagedBinder3.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 188reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 195global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 209int global::Microsoft.DiaSymReader.ISymUnmanagedBinder3.GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 234reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 241global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 252int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 254int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 256int global::Microsoft.DiaSymReader.ISymUnmanagedBinder2.GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 267new int GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder)this).GetReaderForFile(metadataImporter, fileName, searchPath, out reader); 271new int GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder)this).GetReaderFromStream(metadataImporter, stream, out reader); 275new int GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder2)this).GetReaderForFile2(metadataImporter, fileName, searchPath, searchPolicy, out reader);
_generated\14\Microsoft.DiaSymReader.ISymUnmanagedBinder4.cs (30)
43int global::Microsoft.DiaSymReader.ISymUnmanagedBinder4.GetReaderFromPdbFile(global::Microsoft.DiaSymReader.IMetadataImportProvider metadataImportProvider, string pdbFilePath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 67reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 74global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 92global::Microsoft.DiaSymReader.ISymUnmanagedReader reader = default; 102__reader_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToUnmanaged(reader); 114int global::Microsoft.DiaSymReader.ISymUnmanagedBinder4.GetReaderFromPdbStream(global::Microsoft.DiaSymReader.IMetadataImportProvider metadataImportProvider, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 138reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 145global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 164global::Microsoft.DiaSymReader.ISymUnmanagedReader reader = default; 174__reader_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToUnmanaged(reader); 186int global::Microsoft.DiaSymReader.ISymUnmanagedBinder4.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 211reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 218global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 231int global::Microsoft.DiaSymReader.ISymUnmanagedBinder4.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 255reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 262global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 276int global::Microsoft.DiaSymReader.ISymUnmanagedBinder4.GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) 301reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 308global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 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) 348reader = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.ConvertToManaged(__reader_native); 355global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::Microsoft.DiaSymReader.ISymUnmanagedReader>.Free(__reader_native); 367int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 369int global::Microsoft.DiaSymReader.ISymUnmanagedBinder.GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 371int global::Microsoft.DiaSymReader.ISymUnmanagedBinder2.GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => throw new global::System.Diagnostics.UnreachableException(); 373int 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(); 384new int GetReaderForFile(object metadataImporter, string fileName, string searchPath, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder)this).GetReaderForFile(metadataImporter, fileName, searchPath, out reader); 388new int GetReaderFromStream(object metadataImporter, object stream, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder)this).GetReaderFromStream(metadataImporter, stream, out reader); 392new int GetReaderForFile2(object metadataImporter, string fileName, string searchPath, global::Microsoft.DiaSymReader.SymUnmanagedSearchPolicy searchPolicy, out global::Microsoft.DiaSymReader.ISymUnmanagedReader reader) => ((global::Microsoft.DiaSymReader.ISymUnmanagedBinder2)this).GetReaderForFile2(metadataImporter, fileName, searchPath, searchPolicy, out reader); 396new 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);
_generated\22\Microsoft.DiaSymReader.ISymUnmanagedReader.cs (68)
69int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) 71var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 108global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 117@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 132int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) 134var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 213global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 236@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 265int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetUserEntryPoint(out int methodToken) 267var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 287global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 294@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 309int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) 311var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 346global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 353@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 368int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) 370var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 405global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 412@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 427int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) 429var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 508global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 531@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 560int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) 562var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 641global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 664@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 693int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) 695var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 736global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 745@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 760int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) 762var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 784global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 800@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 816int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) 818var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 897global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 920@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 949int global::Microsoft.DiaSymReader.ISymUnmanagedReader.Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) 951var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 986global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 999@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 1012int global::Microsoft.DiaSymReader.ISymUnmanagedReader.UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) 1014var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 1045global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 1054@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 1067int global::Microsoft.DiaSymReader.ISymUnmanagedReader.ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) 1069var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 1100global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 1109@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 1122int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymbolStoreFileName(int bufferLength, out int count, char[] name) 1124var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 1145global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 1159@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 1175int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) 1177var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 1259global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 1284@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 1313int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) 1315var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 1351global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 1362@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native); 1378int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) 1380var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader)); 1412global::Microsoft.DiaSymReader.ISymUnmanagedReader @this = default; 1421@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedReader>(__this_native);
_generated\23\Microsoft.DiaSymReader.ISymUnmanagedReader2.cs (35)
47global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedReader).TypeHandle).ManagedVirtualMethodTable, 1100int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException(); 1102int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => throw new global::System.Diagnostics.UnreachableException(); 1104int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetUserEntryPoint(out int methodToken) => throw new global::System.Diagnostics.UnreachableException(); 1106int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1108int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1110int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1112int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1114int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1116int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => throw new global::System.Diagnostics.UnreachableException(); 1118int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => throw new global::System.Diagnostics.UnreachableException(); 1120int global::Microsoft.DiaSymReader.ISymUnmanagedReader.Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1122int global::Microsoft.DiaSymReader.ISymUnmanagedReader.UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1124int global::Microsoft.DiaSymReader.ISymUnmanagedReader.ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1126int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => throw new global::System.Diagnostics.UnreachableException(); 1128int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => throw new global::System.Diagnostics.UnreachableException(); 1130int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => throw new global::System.Diagnostics.UnreachableException(); 1132int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => throw new global::System.Diagnostics.UnreachableException(); 1143new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocument(url, language, languageVendor, documentType, out document); 1147new int GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocuments(bufferLength, out count, documents); 1151new int GetUserEntryPoint(out int methodToken) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetUserEntryPoint(out methodToken); 1155new int GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethod(methodToken, out method); 1159new int GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodByVersion(methodToken, version, out method); 1163new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetVariables(methodToken, bufferLength, out count, variables); 1167new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables); 1171new int GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodFromDocumentPosition(document, line, column, out method); 1175new int GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymAttribute(methodToken, name, bufferLength, out count, customDebugInformation); 1179new int GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetNamespaces(bufferLength, out count, namespaces); 1183new int Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).Initialize(metadataImporter, fileName, searchPath, stream); 1187new int UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).UpdateSymbolStore(fileName, stream); 1191new int ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).ReplaceSymbolStore(fileName, stream); 1195new int GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymbolStoreFileName(bufferLength, out count, name); 1199new int GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodsFromDocumentPosition(document, line, column, bufferLength, out count, methods); 1203new int GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocumentVersion(document, out version, out isCurrent); 1207new int GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodVersion(method, out version);
_generated\24\Microsoft.DiaSymReader.ISymUnmanagedReader3.cs (34)
1102int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException(); 1104int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => throw new global::System.Diagnostics.UnreachableException(); 1106int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetUserEntryPoint(out int methodToken) => throw new global::System.Diagnostics.UnreachableException(); 1108int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1110int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1112int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1114int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1116int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1118int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => throw new global::System.Diagnostics.UnreachableException(); 1120int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => throw new global::System.Diagnostics.UnreachableException(); 1122int global::Microsoft.DiaSymReader.ISymUnmanagedReader.Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1124int global::Microsoft.DiaSymReader.ISymUnmanagedReader.UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1126int global::Microsoft.DiaSymReader.ISymUnmanagedReader.ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1128int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => throw new global::System.Diagnostics.UnreachableException(); 1130int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => throw new global::System.Diagnostics.UnreachableException(); 1132int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => throw new global::System.Diagnostics.UnreachableException(); 1134int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => throw new global::System.Diagnostics.UnreachableException(); 1151new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocument(url, language, languageVendor, documentType, out document); 1155new int GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocuments(bufferLength, out count, documents); 1159new int GetUserEntryPoint(out int methodToken) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetUserEntryPoint(out methodToken); 1163new int GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethod(methodToken, out method); 1167new int GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodByVersion(methodToken, version, out method); 1171new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetVariables(methodToken, bufferLength, out count, variables); 1175new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables); 1179new int GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodFromDocumentPosition(document, line, column, out method); 1183new int GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymAttribute(methodToken, name, bufferLength, out count, customDebugInformation); 1187new int GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetNamespaces(bufferLength, out count, namespaces); 1191new int Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).Initialize(metadataImporter, fileName, searchPath, stream); 1195new int UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).UpdateSymbolStore(fileName, stream); 1199new int ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).ReplaceSymbolStore(fileName, stream); 1203new int GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymbolStoreFileName(bufferLength, out count, name); 1207new int GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodsFromDocumentPosition(document, line, column, bufferLength, out count, methods); 1211new int GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocumentVersion(document, out version, out isCurrent); 1215new int GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodVersion(method, out version);
_generated\25\Microsoft.DiaSymReader.ISymUnmanagedReader4.cs (34)
1183int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException(); 1185int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => throw new global::System.Diagnostics.UnreachableException(); 1187int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetUserEntryPoint(out int methodToken) => throw new global::System.Diagnostics.UnreachableException(); 1189int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1191int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1193int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1195int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1197int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1199int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => throw new global::System.Diagnostics.UnreachableException(); 1201int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => throw new global::System.Diagnostics.UnreachableException(); 1203int global::Microsoft.DiaSymReader.ISymUnmanagedReader.Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1205int global::Microsoft.DiaSymReader.ISymUnmanagedReader.UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1207int global::Microsoft.DiaSymReader.ISymUnmanagedReader.ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1209int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => throw new global::System.Diagnostics.UnreachableException(); 1211int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => throw new global::System.Diagnostics.UnreachableException(); 1213int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => throw new global::System.Diagnostics.UnreachableException(); 1215int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => throw new global::System.Diagnostics.UnreachableException(); 1236new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocument(url, language, languageVendor, documentType, out document); 1240new int GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocuments(bufferLength, out count, documents); 1244new int GetUserEntryPoint(out int methodToken) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetUserEntryPoint(out methodToken); 1248new int GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethod(methodToken, out method); 1252new int GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodByVersion(methodToken, version, out method); 1256new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetVariables(methodToken, bufferLength, out count, variables); 1260new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables); 1264new int GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodFromDocumentPosition(document, line, column, out method); 1268new int GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymAttribute(methodToken, name, bufferLength, out count, customDebugInformation); 1272new int GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetNamespaces(bufferLength, out count, namespaces); 1276new int Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).Initialize(metadataImporter, fileName, searchPath, stream); 1280new int UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).UpdateSymbolStore(fileName, stream); 1284new int ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).ReplaceSymbolStore(fileName, stream); 1288new int GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymbolStoreFileName(bufferLength, out count, name); 1292new int GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodsFromDocumentPosition(document, line, column, bufferLength, out count, methods); 1296new int GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocumentVersion(document, out version, out isCurrent); 1300new int GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodVersion(method, out version);
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (34)
1156int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => throw new global::System.Diagnostics.UnreachableException(); 1158int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => throw new global::System.Diagnostics.UnreachableException(); 1160int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetUserEntryPoint(out int methodToken) => throw new global::System.Diagnostics.UnreachableException(); 1162int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1164int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1166int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1168int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => throw new global::System.Diagnostics.UnreachableException(); 1170int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => throw new global::System.Diagnostics.UnreachableException(); 1172int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => throw new global::System.Diagnostics.UnreachableException(); 1174int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => throw new global::System.Diagnostics.UnreachableException(); 1176int global::Microsoft.DiaSymReader.ISymUnmanagedReader.Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1178int global::Microsoft.DiaSymReader.ISymUnmanagedReader.UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1180int global::Microsoft.DiaSymReader.ISymUnmanagedReader.ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => throw new global::System.Diagnostics.UnreachableException(); 1182int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => throw new global::System.Diagnostics.UnreachableException(); 1184int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => throw new global::System.Diagnostics.UnreachableException(); 1186int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => throw new global::System.Diagnostics.UnreachableException(); 1188int global::Microsoft.DiaSymReader.ISymUnmanagedReader.GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => throw new global::System.Diagnostics.UnreachableException(); 1215new int GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocument(url, language, languageVendor, documentType, out document); 1219new int GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocuments(bufferLength, out count, documents); 1223new int GetUserEntryPoint(out int methodToken) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetUserEntryPoint(out methodToken); 1227new int GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethod(methodToken, out method); 1231new int GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodByVersion(methodToken, version, out method); 1235new int GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetVariables(methodToken, bufferLength, out count, variables); 1239new int GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetGlobalVariables(bufferLength, out count, variables); 1243new int GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodFromDocumentPosition(document, line, column, out method); 1247new int GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymAttribute(methodToken, name, bufferLength, out count, customDebugInformation); 1251new int GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetNamespaces(bufferLength, out count, namespaces); 1255new int Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).Initialize(metadataImporter, fileName, searchPath, stream); 1259new int UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).UpdateSymbolStore(fileName, stream); 1263new int ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).ReplaceSymbolStore(fileName, stream); 1267new int GetSymbolStoreFileName(int bufferLength, out int count, char[] name) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetSymbolStoreFileName(bufferLength, out count, name); 1271new int GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodsFromDocumentPosition(document, line, column, bufferLength, out count, methods); 1275new int GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetDocumentVersion(document, out version, out isCurrent); 1279new int GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version) => ((global::Microsoft.DiaSymReader.ISymUnmanagedReader)this).GetMethodVersion(method, out version);
Extensions\SymUnmanagedExtensions.Binder.cs (4)
16public static ISymUnmanagedReader GetReaderFromStream(this ISymUnmanagedBinder binder, Stream stream, object metadataImporter) 23ISymUnmanagedReader symReader; 28public static ISymUnmanagedReader GetReaderFromPdbStream(this ISymUnmanagedBinder4 binder, Stream stream, IMetadataImportProvider metadataImportProvider) 35ISymUnmanagedReader symReader;
Extensions\SymUnmanagedExtensions.Reader.cs (9)
19public static void UpdateSymbolStore(this ISymUnmanagedReader reader, Stream stream, string fileName = null) 62public static int GetUserEntryPoint(this ISymUnmanagedReader reader) 82public static ISymUnmanagedDocument GetDocument(this ISymUnmanagedReader reader, string name) 94public static ISymUnmanagedDocument[] GetDocuments(this ISymUnmanagedReader reader) 102(ISymUnmanagedReader a, int b, out int c, ISymUnmanagedDocument[] d) => a.GetDocuments(b, out c, d))); 105public static ISymUnmanagedMethod[] GetMethodsInDocument(this ISymUnmanagedReader reader, ISymUnmanagedDocument symDocument) 116public static ISymUnmanagedMethod GetMethod(this ISymUnmanagedReader reader, int methodToken) 140public static ISymUnmanagedMethod GetMethodByVersion(this ISymUnmanagedReader reader, int methodToken, int methodVersion) 165public static int GetMethodVersion(this ISymUnmanagedReader reader, ISymUnmanagedMethod method)
Reader\ISymUnmanagedBinder.cs (4)
17/// Given a metadata interface and a file name, returns a new instance of <see cref="ISymUnmanagedReader"/> 29[MarshalAs(UnmanagedType.Interface)]out ISymUnmanagedReader reader); 33/// the symbol store, returns the <see cref="ISymUnmanagedReader"/> 44[MarshalAs(UnmanagedType.Interface)]out ISymUnmanagedReader reader);
Reader\ISymUnmanagedBinder2.cs (2)
57/// <see cref="ISymUnmanagedReader"/> interface that will read the debugging symbols associated 76[MarshalAs(UnmanagedType.Interface)]out ISymUnmanagedReader reader);
Reader\ISymUnmanagedBinder3.cs (1)
89[MarshalAs(UnmanagedType.Interface)]out ISymUnmanagedReader reader);
Reader\ISymUnmanagedBinder4.cs (4)
98/// Creates a new <see cref="ISymUnmanagedReader"/> for the specified PDB file. 117[MarshalAs(UnmanagedType.Interface)]out ISymUnmanagedReader reader); 120/// Creates a new <see cref="ISymUnmanagedReader"/> for the specified PDB file. 139[MarshalAs(UnmanagedType.Interface)]out ISymUnmanagedReader reader);
Reader\SymUnmanagedReaderCreationOptions.cs (1)
11/// <see cref="ISymUnmanagedReader"/> creation options.
Reader\SymUnmanagedReaderFactory.cs (2)
17/// Creates <see cref="ISymUnmanagedReader"/> instance and initializes it with specified PDB stream and metadata import object. 81/// Creates <see cref="ISymUnmanagedReader"/> instance and initializes it with specified PDB stream and metadata provider.
SymUnmanagedFactory.cs (2)
159? ComInterfaceMarshaller<ISymUnmanagedReader>.ConvertToManaged(rawInstance.ToPointer()) 239instance = ComInterfaceMarshaller<ISymUnmanagedReader>.ConvertToManaged(rawInstance.ToPointer());