1 instantiation of Registry
Microsoft.Extensions.Telemetry (1)
Latency\Internal\LatencyContextRegistrySet.cs (1)
45return new Registry(n, throwOnUnregisteredNames);
11 references to Registry
Microsoft.Extensions.Telemetry (11)
Latency\Internal\CheckpointTracker.cs (2)
16private readonly Registry _checkpointNames; 32public CheckpointTracker(Registry registry)
Latency\Internal\LatencyContextRegistrySet.cs (4)
19public Registry CheckpointNameRegistry { get; } 24public Registry TagNameRegistry { get; } 29public Registry MeasureNameRegistry { get; } 42private static Registry CreateRegistry(IEnumerable<string> names, bool throwOnUnregisteredNames)
Latency\Internal\MeasureTracker.cs (2)
12private readonly Registry _registeredMeasureNames; 30public MeasureTracker(Registry registry)
Latency\Internal\Registry.cs (1)
21/// Initializes a new instance of the <see cref="Registry"/> class.
Latency\Internal\TagCollection.cs (2)
14private readonly Registry _tagNames; 24public TagCollection(Registry registry)