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