1 type derived from PropertyFetch
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.AOT.cs (1)
184
private sealed class PropertyFetchInstantiated<TDeclaredObject> :
PropertyFetch
12 references to PropertyFetch
Aspire.StackExchange.Redis (12)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.AOT.cs (12)
29
private
PropertyFetch
? innerFetcher;
60
var
innerFetcher = this.innerFetcher;
72
private static bool TryFetchRare(object? obj, string propertyName, ref
PropertyFetch
? destination, out T? value)
80
var
fetcher =
PropertyFetch
.Create(obj.GetType().GetTypeInfo(), propertyName);
101
public static
PropertyFetch
? Create(TypeInfo type, string propertyName)
106
static
PropertyFetch
? CreateFetcherForProperty(PropertyInfo? propertyInfo)
142
static
PropertyFetch
? DynamicInstantiationHelper(Type declaringType, PropertyInfo propertyInfo)
144
return (
PropertyFetch
?)typeof(
PropertyFetch
)
189
private
PropertyFetch
? innerFetcher;
214
var
innerFetcher = this.innerFetcher;