1 write to Value
Microsoft.Extensions.Telemetry.Abstractions (1)
Latency\Tag.cs (1)
22Value = value;
8 references to Value
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Latency\Internal\HttpLatencyLogEnricher.cs (1)
64AppendSpanEscapingSlash(sb, latencyData.Tags, a => a.Value);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Latency\Internal\MockLatencyData.cs (1)
42string.Join("/", _tags.Select(a => a.Value.Replace('/', '_'))),
Microsoft.Extensions.Http.Diagnostics (1)
Latency\Internal\HttpClientLatencyLogEnricher.cs (1)
158_ = stringBuilder.Append(latencyData.Tags[i].Value);
Microsoft.Extensions.Telemetry (1)
Latency\Internal\LatencyConsoleExporter.cs (1)
87_ = sb.AppendFormat(CultureInfo.InvariantCulture, fmt, t.Name, t.Value);
Microsoft.Extensions.Telemetry.Abstractions.Tests (1)
Latency\TagTests.cs (1)
17Assert.Equal(t.Value, value);
Microsoft.Extensions.Telemetry.Tests (3)
Latency\Internal\LatencyContextTests.cs (2)
178Assert.Empty(tags[0].Value); 205Assert.Equal(Tag, tags[0].Value);
Latency\Internal\TagCollectionTests.cs (1)
106if (tags[i].Value != string.Empty)