1 write to EventId
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
377EventId = eventId,
6 references to EventId
Microsoft.Gen.Logging (6)
Emission\Emitter.Method.cs (2)
88if (lm.EventId != null) 90OutLn($"new({lm.EventId}, {eventName}),");
Parsing\Parser.cs (4)
253!lm.EventId.HasValue && 421if (lm.EventId != null) 423if (!ids.Add(lm.EventId.Value)) 425Diag(DiagDescriptors.ShouldntReuseEventIds, attrLoc, lm.EventId.Value, methodSymbol.ContainingType.Name);