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