1 write to Keywords
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsClient\EventPipeProvider.cs (1)
16Keywords = keywords;
3 references to Keywords
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsClient\EventPipeProvider.cs (2)
30return $"{Name}:0x{Keywords:X16}:{(uint)EventLevel}{(Arguments == null ? "" : $":{GetArgumentString()}")}"; 47hash ^= Keywords.GetHashCode();
DiagnosticsClient\EventPipeSessionConfiguration.cs (1)
191writer.Write(unchecked((ulong)provider.Keywords));