10 references to PropertyFetch
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\DsesFilterAndTransform.cs (10)
718return new PropertyFetch(type); // returns null on any fetch. 743return new PropertyFetch(type); 763return new PropertyFetch(type); 769return new PropertyFetch(type); 818public RefTypedFetchProperty(Type type, PropertyInfo property) : base(type) 837public ValueTypedFetchProperty(Type type, PropertyInfo property) : base(type) 860public ReflectionPropertyFetch(Type type, PropertyInfo property) : base(type) 873public EnumeratePropertyFetch(Type type) : base(type) { } 926public CurrentActivityPropertyFetch() : base(null) { } 938public EnumeratePropertyFetch(Type type) : base(type) { }