2 writes to bookmark
System.Core (2)
System\Diagnostics\Eventing\Reader\EventBookmark.cs (2)
44this.bookmark = bookmarkText; 50this.bookmark = info.GetString("BookmarkText");
2 references to bookmark
System.Core (2)
System\Diagnostics\Eventing\Reader\EventBookmark.cs (2)
65info.AddValue("BookmarkText", this.bookmark); 68internal string BookmarkText { get { return bookmark; } }