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