1 instantiation of EventBookmark
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
259return new EventBookmark(bookmarkText);
9 references to EventBookmark
System.Core (9)
System\Diagnostics\Eventing\Reader\EventLogReader.cs (3)
79public EventLogReader(EventLogQuery eventQuery, EventBookmark bookmark) { 247public void Seek(EventBookmark bookmark) { 252public void Seek(EventBookmark bookmark, long offset) {
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (2)
250public override EventBookmark Bookmark { 386internal static EventLogHandle GetBookmarkHandleFromBookmark(EventBookmark bookmark) {
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (3)
35private EventBookmark bookmark; 64public EventLogWatcher(EventLogQuery eventQuery, EventBookmark bookmark) 68public EventLogWatcher(EventLogQuery eventQuery, EventBookmark bookmark, bool readExistingEvents) {
System\Diagnostics\Eventing\Reader\EventRecord.cs (1)
63public abstract EventBookmark Bookmark { get; }