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