1 instantiation of FeedbackItemWatsonEntry
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
EventLogCollector.cs (1)
146var entry = new FeedbackItemWatsonEntry(eventLogRecord);
6 references to FeedbackItemWatsonEntry
Microsoft.VisualStudio.IntegrationTest.Utilities (6)
EventLogCollector.cs (5)
126var watsonEntries = new HashSet<FeedbackItemWatsonEntry>(); 146var entry = new FeedbackItemWatsonEntry(eventLogRecord); 165foreach (var entry in watsonEntries) 272&& (!ExcludedEventNames.Contains(GetEventRecordPropertyToString(eventLogRecord, FeedbackItemWatsonEntry.EventNameIndex))) 273&& VsRelatedExes.Contains(GetEventRecordPropertyToString(eventLogRecord, FeedbackItemWatsonEntry.ApplicationNameIndex)))
FeedbackItemWatsonEntry.cs (1)
144if ((obj is FeedbackItemWatsonEntry watsonEntry)