1 write to RundownKeyword
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsClient\EventPipeSessionConfiguration.cs (1)
129
RundownKeyword
= rundownKeyword;
6 references to RundownKeyword
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsClient\EventPipeSession.cs (2)
113
else if (config.
RundownKeyword
!= DefaultRundownKeyword && config.
RundownKeyword
!= 0)
DiagnosticsClient\EventPipeSessionConfiguration.cs (4)
141
public bool RequestRundown => this.
RundownKeyword
!= 0;
230
writer.Write(config.
RundownKeyword
);
252
writer.Write(config.
RundownKeyword
);
273
writer.Write(config.
RundownKeyword
);