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