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 085d8a2 commit c3324e9Copy full SHA for c3324e9
xml/System.Diagnostics.Tracing/EventSource+EventData.xml
@@ -51,7 +51,7 @@
51
52
[NonEvent]
53
public unsafe void WriteEvent(int eventId, int arg1, int arg2, int arg3, int arg4) {
54
- EventData* dataDesc = stackalloc EventProvider.EventData[4];
+ EventData* dataDesc = stackalloc EventSource.EventData[4];
55
56
dataDesc[0].DataPointer = (IntPtr)(&arg1);
57
dataDesc[0].Size = 4;
0 commit comments