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