2 implementations of GetRootScope
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
143
int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.
GetRootScope
(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope)
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
558
int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.
GetRootScope
(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope) => throw new global::System.Diagnostics.UnreachableException();
3 references to GetRootScope
Microsoft.DiaSymReader (3)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
188
__retVal = @this.
GetRootScope
(out scope);
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
591
new int GetRootScope(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope) => ((global::Microsoft.DiaSymReader.ISymUnmanagedMethod)this).
GetRootScope
(out scope);
Extensions\SymUnmanagedExtensions.Method.cs (1)
65
ThrowExceptionForHR(method.
GetRootScope
(out var scope));