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