Implemented interface members:
1 write to
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Metrics\ConnectionMetrics.cs (1)
86
tags
[
tags.Count - 1] = GetStateTag(idle: idle);
8 references to
Microsoft.AspNetCore.Diagnostics (1)
src\Shared\Metrics\MetricsExtensions.cs (1)
95
if (tags
[
i].Key == name)
Microsoft.AspNetCore.Hosting (1)
src\Shared\Metrics\MetricsExtensions.cs (1)
95
if (tags
[
i].Key == name)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Metrics\MetricsExtensions.cs (1)
95
if (tags
[
i].Key == name)
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Activity.cs (3)
574
if (exceptionTags
[
i].Key == ExceptionMessageTag)
578
else if (exceptionTags
[
i].Key == ExceptionStackTraceTag)
582
else if (exceptionTags
[
i].Key == ExceptionTypeTag)
System\Diagnostics\Metrics\TagList.netcore.cs (2)
329
public KeyValuePair<string, object?> Current => _tagList
[
_index];
331
object IEnumerator.Current => _tagList
[
_index];