1 write to EventId
Microsoft.Gen.Logging (1)
Parser.cs (1)
386
EventId
= eventId,
6 references to EventId
Microsoft.Gen.Logging (6)
Emitter.Method.cs (2)
93
if (lm.
EventId
!= null)
95
OutLn($"new({lm.
EventId
}, {eventName}),");
Parser.cs (4)
262
!lm.
EventId
.HasValue &&
441
if (lm.
EventId
!= null)
443
if (!ids.Add(lm.
EventId
.Value))
445
Diag(DiagDescriptors.ShouldntReuseEventIds, attrLoc, lm.
EventId
.Value, methodSymbol.ContainingType.Name);