1 type derived from PropertyFetch
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (1)
178private sealed class PropertyFetchInstantiated<TDeclaredObject> : PropertyFetch
13 references to PropertyFetch
Aspire.Microsoft.EntityFrameworkCore.SqlServer (13)
src\Vendoring\OpenTelemetry.Instrumentation.SqlClient\Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs (13)
23private PropertyFetch? innerFetcher; 54var innerFetcher = this.innerFetcher; 66private static bool TryFetchRare(object? obj, string propertyName, ref PropertyFetch? destination, out T? value) 74var fetcher = PropertyFetch.Create(obj.GetType().GetTypeInfo(), propertyName); 95public static PropertyFetch? Create(TypeInfo type, string propertyName) 100static PropertyFetch? CreateFetcherForProperty(PropertyInfo? propertyInfo) 136static PropertyFetch? DynamicInstantiationHelper(Type declaringType, PropertyInfo propertyInfo) 138return (PropertyFetch?)typeof(PropertyFetch) 171private static PropertyFetch CreateInstantiated<TDeclaredObject>(PropertyInfo propertyInfo) 183private PropertyFetch? innerFetcher; 208var innerFetcher = this.innerFetcher;