1 interface inheriting from ISymUnmanagedScope2
Microsoft.DiaSymReader (1)
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
29
file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
28 references to ISymUnmanagedScope2
Microsoft.DiaSymReader (28)
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (24)
47
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetConstantCount(out int count)
49
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
69
global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
@this = default;
76
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
>(__this_native);
91
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetConstants(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedConstant[] constants)
93
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
172
global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
@this = default;
195
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
>(__this_native);
224
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetMethod(out global::Microsoft.DiaSymReader.ISymUnmanagedMethod method)
226
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
260
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetParent(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope)
262
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
296
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetChildren(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedScope[] children)
298
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
376
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetStartOffset(out int offset)
378
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
397
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetEndOffset(out int offset)
399
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
418
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetLocalCount(out int count)
420
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
439
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetLocals(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedVariable[] locals)
441
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
519
int global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
.GetNamespaces(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedNamespace[] namespaces)
521
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.
ISymUnmanagedScope2
));
Extensions\SymUnmanagedExtensions.Scope.cs (4)
73
var
scope2 = scope as
ISymUnmanagedScope2
;
87
public static ISymUnmanagedConstant[] GetConstants(this
ISymUnmanagedScope2
scope)
95
(
ISymUnmanagedScope2
a, int b, out int c, ISymUnmanagedConstant[] d) => a.GetConstants(b, out c, d)));