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