1 implementation of Add
Microsoft.Extensions.Telemetry.Abstractions (1)
Logging\LoggerMessageState.TagCollector.cs (1)
20void ITagCollector.Add(string tagName, object? tagValue, DataClassificationSet classifications)
3 references to Add
Microsoft.Extensions.Telemetry.Abstractions (1)
Logging\LoggerMessageState.TagCollector.cs (1)
28/// <see cref="ITagCollector.Add(string, object?)"/> or <see cref="ITagCollector.Add(string, object?, DataClassificationSet)"/>
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Logging\LoggerMessageStateTests.cs (2)
100collector.Add(PropName, Value, FakeTaxonomy.PrivateData); 118collector.Add(PropName, Value, FakeTaxonomy.PrivateData);