2 implementations of GetParent
Microsoft.DiaSymReader (2)
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
110
int global::Microsoft.DiaSymReader.ISymUnmanagedScope.
GetParent
(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope)
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
599
int global::Microsoft.DiaSymReader.ISymUnmanagedScope.
GetParent
(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope) => throw new global::System.Diagnostics.UnreachableException();
2 references to GetParent
Microsoft.DiaSymReader (2)
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
155
__retVal = @this.
GetParent
(out scope);
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
626
new int GetParent(out global::Microsoft.DiaSymReader.ISymUnmanagedScope scope) => ((global::Microsoft.DiaSymReader.ISymUnmanagedScope)this).
GetParent
(out scope);