2 implementations of GetChildren
Microsoft.DiaSymReader (2)
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
169
int global::Microsoft.DiaSymReader.ISymUnmanagedScope.
GetChildren
(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedScope[] children)
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
601
int global::Microsoft.DiaSymReader.ISymUnmanagedScope.
GetChildren
(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedScope[] children) => throw new global::System.Diagnostics.UnreachableException();
3 references to GetChildren
Microsoft.DiaSymReader (3)
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
274
__retVal = @this.
GetChildren
(bufferLength, out count, children);
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
630
new int GetChildren(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedScope[] children) => ((global::Microsoft.DiaSymReader.ISymUnmanagedScope)this).
GetChildren
(bufferLength, out count, children);
Extensions\SymUnmanagedExtensions.Scope.cs (1)
56
(ISymUnmanagedScope a, int b, out int c, ISymUnmanagedScope[] d) => a.
GetChildren
(b, out c, d)));