11#nullable enable
2- ~OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.AsyncLocalRuntimeContextSlot(string name) -> void
3- ~OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Value.get -> object
4- ~OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Value.set -> void
5- ~OpenTelemetry.Context.IRuntimeContextSlotValueAccessor.Value.get -> object
6- ~OpenTelemetry.Context.IRuntimeContextSlotValueAccessor.Value.set -> void
7- ~OpenTelemetry.Context.RuntimeContextSlot<T>.Name.get -> string
8- ~OpenTelemetry.Context.RuntimeContextSlot<T>.RuntimeContextSlot(string name) -> void
9- ~OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.ThreadLocalRuntimeContextSlot(string name) -> void
10- ~OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Value.get -> object
11- ~OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Value.set -> void
12- ~static OpenTelemetry.Context.RuntimeContext.ContextSlotType.get -> System.Type
13- ~static OpenTelemetry.Context.RuntimeContext.ContextSlotType.set -> void
14- ~static OpenTelemetry.Context.RuntimeContext.GetSlot<T>(string slotName) -> OpenTelemetry.Context.RuntimeContextSlot<T>
15- ~static OpenTelemetry.Context.RuntimeContext.GetValue(string slotName) -> object
16- ~static OpenTelemetry.Context.RuntimeContext.GetValue<T>(string slotName) -> T
17- ~static OpenTelemetry.Context.RuntimeContext.RegisterSlot<T>(string slotName) -> OpenTelemetry.Context.RuntimeContextSlot<T>
18- ~static OpenTelemetry.Context.RuntimeContext.SetValue(string slotName, object value) -> void
19- ~static OpenTelemetry.Context.RuntimeContext.SetValue<T>(string slotName, T value) -> void
2+ static OpenTelemetry.Context.RuntimeContext.ContextSlotType.get -> System.Type!
3+ static OpenTelemetry.Context.RuntimeContext.ContextSlotType.set -> void
4+ static OpenTelemetry.Context.RuntimeContext.GetSlot<T>(string! slotName) -> OpenTelemetry.Context.RuntimeContextSlot<T>!
5+ static OpenTelemetry.Context.RuntimeContext.GetValue(string! slotName) -> object?
6+ static OpenTelemetry.Context.RuntimeContext.GetValue<T>(string! slotName) -> T?
7+ static OpenTelemetry.Context.RuntimeContext.RegisterSlot<T>(string! slotName) -> OpenTelemetry.Context.RuntimeContextSlot<T>!
8+ static OpenTelemetry.Context.RuntimeContext.SetValue(string! slotName, object? value) -> void
9+ static OpenTelemetry.Context.RuntimeContext.SetValue<T>(string! slotName, T value) -> void
2010abstract OpenTelemetry.Context.Propagation.TextMapPropagator.Extract<T>(OpenTelemetry.Context.Propagation.PropagationContext context, T carrier, System.Func<T, string!, System.Collections.Generic.IEnumerable<string!>?>! getter) -> OpenTelemetry.Context.Propagation.PropagationContext
2111abstract OpenTelemetry.Context.Propagation.TextMapPropagator.Fields.get -> System.Collections.Generic.ISet<string!>?
2212abstract OpenTelemetry.Context.Propagation.TextMapPropagator.Inject<T>(OpenTelemetry.Context.Propagation.PropagationContext context, T carrier, System.Action<T, string!, string!>! setter) -> void
23- abstract OpenTelemetry.Context.RuntimeContextSlot<T>.Get() -> T
13+ abstract OpenTelemetry.Context.RuntimeContextSlot<T>.Get() -> T?
2414abstract OpenTelemetry.Context.RuntimeContextSlot<T>.Set(T value) -> void
2515abstract OpenTelemetry.Logs.LoggerProviderBuilder.AddInstrumentation<TInstrumentation>(System.Func<TInstrumentation>! instrumentationFactory) -> OpenTelemetry.Logs.LoggerProviderBuilder!
2616abstract OpenTelemetry.Metrics.MeterProviderBuilder.AddInstrumentation<TInstrumentation>(System.Func<TInstrumentation>! instrumentationFactory) -> OpenTelemetry.Metrics.MeterProviderBuilder!
@@ -46,7 +36,12 @@ OpenTelemetry.BaseProvider.~BaseProvider() -> void
4636OpenTelemetry.BaseProvider.BaseProvider() -> void
4737OpenTelemetry.BaseProvider.Dispose() -> void
4838OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>
39+ OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.AsyncLocalRuntimeContextSlot(string! name) -> void
40+ OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Value.get -> object?
41+ OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Value.set -> void
4942OpenTelemetry.Context.IRuntimeContextSlotValueAccessor
43+ OpenTelemetry.Context.IRuntimeContextSlotValueAccessor.Value.get -> object?
44+ OpenTelemetry.Context.IRuntimeContextSlotValueAccessor.Value.set -> void
5045OpenTelemetry.Context.Propagation.B3Propagator
5146OpenTelemetry.Context.Propagation.B3Propagator.B3Propagator() -> void
5247OpenTelemetry.Context.Propagation.B3Propagator.B3Propagator(bool singleHeader) -> void
@@ -68,7 +63,12 @@ OpenTelemetry.Context.Propagation.TraceContextPropagator.TraceContextPropagator(
6863OpenTelemetry.Context.RuntimeContext
6964OpenTelemetry.Context.RuntimeContextSlot<T>
7065OpenTelemetry.Context.RuntimeContextSlot<T>.Dispose() -> void
66+ OpenTelemetry.Context.RuntimeContextSlot<T>.Name.get -> string!
67+ OpenTelemetry.Context.RuntimeContextSlot<T>.RuntimeContextSlot(string! name) -> void
7168OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>
69+ OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.ThreadLocalRuntimeContextSlot(string! name) -> void
70+ OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Value.get -> object?
71+ OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Value.set -> void
7272OpenTelemetry.Logs.IDeferredLoggerProviderBuilder
7373OpenTelemetry.Logs.IDeferredLoggerProviderBuilder.Configure(System.Action<System.IServiceProvider!, OpenTelemetry.Logs.LoggerProviderBuilder!>! configure) -> OpenTelemetry.Logs.LoggerProviderBuilder!
7474OpenTelemetry.Logs.LoggerProvider
@@ -165,7 +165,7 @@ OpenTelemetry.Trace.TracerProviderBuilder
165165OpenTelemetry.Trace.TracerProviderBuilder.TracerProviderBuilder() -> void
166166override OpenTelemetry.Baggage.Equals(object? obj) -> bool
167167override OpenTelemetry.Baggage.GetHashCode() -> int
168- override OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Get() -> T
168+ override OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Get() -> T?
169169override OpenTelemetry.Context.AsyncLocalRuntimeContextSlot<T>.Set(T value) -> void
170170override OpenTelemetry.Context.Propagation.B3Propagator.Extract<T>(OpenTelemetry.Context.Propagation.PropagationContext context, T carrier, System.Func<T, string!, System.Collections.Generic.IEnumerable<string!>?>! getter) -> OpenTelemetry.Context.Propagation.PropagationContext
171171override OpenTelemetry.Context.Propagation.B3Propagator.Fields.get -> System.Collections.Generic.ISet<string!>!
@@ -182,7 +182,7 @@ override OpenTelemetry.Context.Propagation.TraceContextPropagator.Extract<T>(Ope
182182override OpenTelemetry.Context.Propagation.TraceContextPropagator.Fields.get -> System.Collections.Generic.ISet<string!>!
183183override OpenTelemetry.Context.Propagation.TraceContextPropagator.Inject<T>(OpenTelemetry.Context.Propagation.PropagationContext context, T carrier, System.Action<T, string!, string!>! setter) -> void
184184override OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Dispose(bool disposing) -> void
185- override OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Get() -> T
185+ override OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Get() -> T?
186186override OpenTelemetry.Context.ThreadLocalRuntimeContextSlot<T>.Set(T value) -> void
187187override OpenTelemetry.Trace.Link.Equals(object? obj) -> bool
188188override OpenTelemetry.Trace.Link.GetHashCode() -> int
0 commit comments