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