2 references to DefaultRundownKeyword
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsClient\EventPipeSession.cs (1)
100
if (config.RundownKeyword !=
DefaultRundownKeyword
&& config.RundownKeyword != 0)
DiagnosticsClient\EventPipeSessionConfiguration.cs (1)
31
bool requestStackwalk = true) : this(circularBufferSizeMB, EventPipeSerializationFormat.NetTrace, providers, requestStackwalk, (requestRundown ? EventPipeSession.
DefaultRundownKeyword
: 0))