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