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