1 type derived from PropertyFetch
Aspire.Confluent.Kafka (1)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\Shared\PropertyFetcher.AOT.cs (1)
182
private sealed class PropertyFetchInstantiated<TDeclaredObject> :
PropertyFetch
12 references to PropertyFetch
Aspire.Confluent.Kafka (12)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\Shared\PropertyFetcher.AOT.cs (12)
27
private
PropertyFetch
? innerFetcher;
58
var
innerFetcher = this.innerFetcher;
70
private static bool TryFetchRare(object? obj, string propertyName, ref
PropertyFetch
? destination, out T? value)
78
var
fetcher =
PropertyFetch
.Create(obj.GetType().GetTypeInfo(), propertyName);
99
public static
PropertyFetch
? Create(TypeInfo type, string propertyName)
104
static
PropertyFetch
? CreateFetcherForProperty(PropertyInfo? propertyInfo)
140
static
PropertyFetch
? DynamicInstantiationHelper(Type declaringType, PropertyInfo propertyInfo)
142
return (
PropertyFetch
?)typeof(
PropertyFetch
)
187
private
PropertyFetch
? innerFetcher;
212
var
innerFetcher = this.innerFetcher;