1 instantiation of FeedbackItemDotNetEntry
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
EventLogCollector.cs (1)
291dotNetEntry = new FeedbackItemDotNetEntry(eventLogRecord);
5 references to FeedbackItemDotNetEntry
Microsoft.VisualStudio.IntegrationTest.Utilities (5)
EventLogCollector.cs (4)
196var dotNetEntries = new HashSet<FeedbackItemDotNetEntry>(); 213if (IsValidDotNetEntry(eventLogRecord, out var entry)) 227foreach (var entry in dotNetEntries) 286private static bool IsValidDotNetEntry(EventRecord eventLogRecord, [NotNullWhen(true)] out FeedbackItemDotNetEntry? dotNetEntry)
FeedbackItemDotNetEntry.cs (1)
56if ((obj is FeedbackItemDotNetEntry dotNetEntry)