1 implementation of GetDocumentsForMethod
Microsoft.DiaSymReader (1)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymEncUnmanagedMethod.cs (1)
206
int global::Microsoft.DiaSymReader.ISymEncUnmanagedMethod.
GetDocumentsForMethod
(int bufferLength, out int count, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents)
2 references to GetDocumentsForMethod
Microsoft.DiaSymReader (2)
Extensions\SymUnmanagedExtensions.Method.cs (1)
23
(ISymEncUnmanagedMethod a, int b, out int c, ISymUnmanagedDocument[] d) => a.
GetDocumentsForMethod
(b, out c, d)));
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymEncUnmanagedMethod.cs (1)
311
__retVal = @this.
GetDocumentsForMethod
(bufferLength, out count, documents);