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