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