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