We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d1130 commit 745e99eCopy full SHA for 745e99e
1 file changed
src/Microsoft.DiaSymReader/Shared/ISymEncUnmanagedMethod.cs
@@ -20,7 +20,7 @@ int GetFileNameFromOffset(
20
int offset,
21
int bufferLength,
22
out int count,
23
- [In, Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] char[] name);
+ [In, Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] char[] name);
24
25
/// <summary>
26
/// Get the Line information associated with <paramref name="offset"/>.
0 commit comments