1 write to FaultingModule
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
FeedbackItemWatsonEntry.cs (1)
135
FaultingModule
= EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, FaultingModuleIndex);
4 references to FaultingModule
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
EventLogCollector.cs (1)
170
watsonEntriesStringBuilder.AppendLine($"Faulting Module: {entry.
FaultingModule
}");
FeedbackItemWatsonEntry.cs (3)
148
&& (
FaultingModule
== watsonEntry.
FaultingModule
)
159
return EventName.GetHashCode() ^ ApplicationName.GetHashCode() ^ ApplicationVersion.GetHashCode() ^
FaultingModule
.GetHashCode() ^ FaultingModuleVersion.GetHashCode();