1 write to EventName
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
FeedbackItemWatsonEntry.cs (1)
131EventName = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, EventNameIndex);
4 references to EventName
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
EventLogCollector.cs (1)
172watsonEntriesStringBuilder.AppendLine($"Event Name: {entry.EventName}");
FeedbackItemWatsonEntry.cs (3)
145&& (EventName == watsonEntry.EventName) 159return EventName.GetHashCode() ^ ApplicationName.GetHashCode() ^ ApplicationVersion.GetHashCode() ^ FaultingModule.GetHashCode() ^ FaultingModuleVersion.GetHashCode();