2 implementations of GetChildren
Microsoft.DiaSymReader (2)
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
169int global::Microsoft.DiaSymReader.ISymUnmanagedScope.GetChildren(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedScope[] children)
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
601int 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)
630new 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)));