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