1 implementation of TryParseNotification
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Notifications_1.cs (1)
40
bool INotifications.
TryParseNotification
(ReadOnlySpan<TargetPointer> exceptionInformation, [NotNullWhen(true)] out NotificationData? notification)
1 reference to TryParseNotification
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
625
if (!notifications.
TryParseNotification
(exInfo, out NotificationData? notification))