1 instantiation of EventBookmark
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogRecord.cs (1)
265return new EventBookmark(bookmarkText);
10 references to EventBookmark
System.Core (1)
System.Core.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventBookmark))]
System.Diagnostics.EventLog (9)
System\Diagnostics\Reader\EventLogReader.cs (3)
65public EventLogReader(EventLogQuery eventQuery, EventBookmark? bookmark) 228public void Seek(EventBookmark bookmark) 233public void Seek(EventBookmark bookmark, long offset)
System\Diagnostics\Reader\EventLogRecord.cs (2)
256public override EventBookmark Bookmark 407internal static EventLogHandle GetBookmarkHandleFromBookmark(EventBookmark? bookmark)
System\Diagnostics\Reader\EventLogWatcher.cs (3)
19private readonly EventBookmark? _bookmark; 50public EventLogWatcher(EventLogQuery eventQuery, EventBookmark? bookmark) 55public EventLogWatcher(EventLogQuery eventQuery, EventBookmark? bookmark, bool readExistingEvents)
System\Diagnostics\Reader\EventRecord.cs (1)
48public abstract EventBookmark Bookmark { get; }