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