1 instantiation of EventBookmark
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogRecord.cs (1)
265
return 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)
65
public EventLogReader(EventLogQuery eventQuery,
EventBookmark
? bookmark)
228
public void Seek(
EventBookmark
bookmark)
233
public void Seek(
EventBookmark
bookmark, long offset)
System\Diagnostics\Reader\EventLogRecord.cs (2)
256
public override
EventBookmark
Bookmark
407
internal static EventLogHandle GetBookmarkHandleFromBookmark(
EventBookmark
? bookmark)
System\Diagnostics\Reader\EventLogWatcher.cs (3)
19
private readonly
EventBookmark
? _bookmark;
50
public EventLogWatcher(EventLogQuery eventQuery,
EventBookmark
? bookmark)
55
public EventLogWatcher(EventLogQuery eventQuery,
EventBookmark
? bookmark, bool readExistingEvents)
System\Diagnostics\Reader\EventRecord.cs (1)
48
public abstract
EventBookmark
Bookmark { get; }