1 type derived from PropertyFetch
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (1)
174
private sealed class PropertyFetchInstantiated<TDeclaredObject> :
PropertyFetch
12 references to PropertyFetch
Aspire.StackExchange.Redis (12)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\PropertyFetcher.cs (12)
23
private
PropertyFetch
? innerFetcher;
65
var
localInnerFetcher = 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)
130
static
PropertyFetch
? DynamicInstantiationHelper(Type declaringType, PropertyInfo propertyInfo)
133
return (
PropertyFetch
?)typeof(
PropertyFetch
)
179
private
PropertyFetch
? innerFetcher;
208
var
innerFetcher = this.innerFetcher;