2 implementations of INotifications
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\INotifications.cs (1)
68public readonly struct Notifications : INotifications
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Notifications_1.cs (1)
9internal readonly struct Notifications_1 : INotifications
6 references to INotifications
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
ContractRegistry.cs (2)
94public virtual INotifications Notifications => GetContract<INotifications>();
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Notifications_1.cs (2)
28void INotifications.SetGcNotification(int condemnedGeneration) 40bool INotifications.TryParseNotification(ReadOnlySpan<TargetPointer> exceptionInformation, [NotNullWhen(true)] out NotificationData? notification)
CoreCLRContracts.cs (1)
26registry.Register<INotifications>("c1", static t => new Notifications_1(t));
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
624INotifications notifications = _target.Contracts.Notifications;