1 write to EventId
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5013
EventId
= eventId;
9 references to EventId
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (9)
3268
manifest.ManifestError(SR.Format(SR.EventSource_AbstractMustNotDeclareEventMethods, method.Name, eventAttribute.
EventId
));
3295
else if (eventAttribute.
EventId
<= 0)
3302
manifest.ManifestError(SR.Format(SR.EventSource_EventMustNotBeExplicitImplementation, method.Name, eventAttribute.
EventId
));
3313
eventAttribute.Task = (EventTask)(0xFFFE - eventAttribute.
EventId
);
3337
int startEventId = eventAttribute.
EventId
- 1;
3521
ref EventMetadata metadata = ref CollectionsMarshal.GetValueRefOrAddDefault(eventData, eventAttribute.
EventId
, out _);
3523
eventAttribute.
EventId
,
3602
int evtId = eventAttribute.
EventId
;
5479
events?.Append(" <event value=\"").Append(eventAttribute.
EventId
).