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