1 write to EventId
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5004
EventId
= eventId;
9 references to EventId
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
3259
manifest.ManifestError(SR.Format(SR.EventSource_AbstractMustNotDeclareEventMethods, method.Name, eventAttribute.
EventId
));
3286
else if (eventAttribute.
EventId
<= 0)
3293
manifest.ManifestError(SR.Format(SR.EventSource_EventMustNotBeExplicitImplementation, method.Name, eventAttribute.
EventId
));
3304
eventAttribute.Task = (EventTask)(0xFFFE - eventAttribute.
EventId
);
3328
int startEventId = eventAttribute.
EventId
- 1;
3512
ref EventMetadata metadata = ref CollectionsMarshal.GetValueRefOrAddDefault(eventData, eventAttribute.
EventId
, out _);
3514
eventAttribute.
EventId
,
3593
int evtId = eventAttribute.
EventId
;
5470
events?.Append(" <event value=\"").Append(eventAttribute.
EventId
).