1 write to RundownKeyword
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsClient\EventPipeSessionConfiguration.cs (1)
80
RundownKeyword
= rundownKeyword;
4 references to RundownKeyword
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsClient\EventPipeSession.cs (2)
100
if (config.
RundownKeyword
!= DefaultRundownKeyword && config.
RundownKeyword
!= 0)
DiagnosticsClient\EventPipeSessionConfiguration.cs (2)
91
public bool RequestRundown => this.
RundownKeyword
!= 0;
174
writer.Write(config.
RundownKeyword
);