10 references to PropertyFetch
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\DsesFilterAndTransform.cs (10)
734return new PropertyFetch(type); // returns null on any fetch. 759return new PropertyFetch(type); 779return new PropertyFetch(type); 785return new PropertyFetch(type); 834public RefTypedFetchProperty(Type type, PropertyInfo property) : base(type) 853public ValueTypedFetchProperty(Type type, PropertyInfo property) : base(type) 876public ReflectionPropertyFetch(Type type, PropertyInfo property) : base(type) 889public EnumeratePropertyFetch(Type type) : base(type) { } 942public CurrentActivityPropertyFetch() : base(null) { } 954public EnumeratePropertyFetch(Type type) : base(type) { }