1 write to EventId
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
FeedbackItemDotNetEntry.cs (1)
47EventId = eventLogRecord.Id;
4 references to EventId
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
EventLogCollector.cs (1)
230dotNetEntriesStringBuilder.AppendLine($"Event ID: {entry.EventId}");
FeedbackItemDotNetEntry.cs (3)
57&& (EventId == dotNetEntry.EventId) 68return EventId.GetHashCode() ^ Data.GetHashCode();