1 write to Data
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
FeedbackItemDotNetEntry.cs (1)
48
Data
= string.Join(";", eventLogRecord.Properties.Select(pr => pr.Value ?? string.Empty));
5 references to Data
Microsoft.VisualStudio.IntegrationTest.Utilities (5)
EventLogCollector.cs (2)
231
dotNetEntriesStringBuilder.AppendLine($"Data: {entry.
Data
.Replace("\n", "\r\n")}");
294
if (dotNetEntry.
Data
.IndexOf(app, StringComparison.InvariantCultureIgnoreCase) >= 0)
FeedbackItemDotNetEntry.cs (3)
58
&& (
Data
== dotNetEntry.
Data
))
68
return EventId.GetHashCode() ^
Data
.GetHashCode();