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