2 implementations of GetRootScope
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
143int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.GetRootScope(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope)
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
558int 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)
591new int GetRootScope(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope) => ((global::Microsoft.DiaSymReader.ISymUnmanagedMethod)this).GetRootScope(out scope);
Extensions\SymUnmanagedExtensions.Method.cs (1)
65ThrowExceptionForHR(method.GetRootScope(out var scope));