1 interface inheriting from ISymUnmanagedReader5
Microsoft.DiaSymReader (1)
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (1)
45
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
63 references to ISymUnmanagedReader5
Microsoft.CodeAnalysis.Features (9)
Debugging\DebugInformationReaderProvider.cs (4)
62
private sealed class Native(Stream stream,
ISymUnmanagedReader5
symReader, int version) : DebugInformationReaderProvider
66
private
ISymUnmanagedReader5
? _symReader = symReader;
89
var
symReader = Interlocked.Exchange(ref _symReader, null);
150
return new Native(stream, SymUnmanagedReaderFactory.CreateReader<
ISymUnmanagedReader5
>(
EditAndContinue\EditAndContinueDebugInfoReader.cs (5)
46
private readonly
ISymUnmanagedReader5
_symReader;
49
public Native(
ISymUnmanagedReader5
symReader, int version)
197
/// Creates <see cref="EditAndContinueDebugInfoReader"/> backed by a given <see cref="
ISymUnmanagedReader5
"/>.
210
public static unsafe EditAndContinueDebugInfoReader Create(
ISymUnmanagedReader5
symReader, int version = 1)
246
internal static bool TryGetDocumentChecksum(
ISymUnmanagedReader5
symReader, string documentPath, out ImmutableArray<byte> checksum, out Guid algorithmId)
Microsoft.DiaSymReader (54)
_generated\26\Microsoft.DiaSymReader.ISymUnmanagedReader5.cs (54)
62
unsafe int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetPortableDebugMetadataByVersion(int version, out byte* metadata, out int size)
64
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
86
global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
@this = default;
95
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
>(__this_native);
111
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetDocument(string url, global::System.Guid language, global::System.Guid languageVendor, global::System.Guid documentType, out global::Microsoft.DiaSymReader.ISymUnmanagedDocument document)
113
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
149
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetDocuments(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents)
151
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
229
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetUserEntryPoint(out int methodToken)
231
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
250
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetMethod(int methodToken, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method)
252
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
286
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetMethodByVersion(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method)
288
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
322
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetVariables(int methodToken, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables)
324
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
402
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetGlobalVariables(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] variables)
404
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
482
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetMethodFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method)
484
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
524
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetSymAttribute(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation)
526
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
547
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces)
549
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
627
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.Initialize(object metadataImporter, string fileName, string searchPath, global::System.Runtime.InteropServices.ComTypes.IStream stream)
629
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
663
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.UpdateSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream)
665
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
695
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.ReplaceSymbolStore(string fileName, global::System.Runtime.InteropServices.ComTypes.IStream stream)
697
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
727
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetSymbolStoreFileName(int bufferLength, out int count, char[] name)
729
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
749
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetMethodsFromDocumentPosition(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods)
751
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
832
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetDocumentVersion(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, out int version, out bool isCurrent)
834
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
869
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetMethodVersion(global::Microsoft.DiaSymReader.ISymUnmanagedMethod method, out int version)
871
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
902
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetMethodByVersionPreRemap(int methodToken, int version, out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method)
904
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
938
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetSymAttributePreRemap(int methodToken, string name, int bufferLength, out int count, byte[] customDebugInformation)
940
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
961
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetMethodsInDocument(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedMethod[] methods)
963
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
1044
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetSymAttributeByVersion(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation)
1046
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
1067
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetSymAttributeByVersionPreRemap(int methodToken, int version, string name, int bufferLength, out int count, byte[] customDebugInformation)
1069
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
1090
int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.MatchesModule(global::System.Guid guid, uint stamp, int age, out bool result)
1092
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
1112
unsafe int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetPortableDebugMetadata(out byte* metadata, out int size)
1114
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));
1135
unsafe int global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
.GetSourceServerData(out byte* data, out int size)
1137
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedReader5
));