10 references to PropertyFetch
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\DsesFilterAndTransform.cs (10)
742return new PropertyFetch(type); // returns null on any fetch. 767return new PropertyFetch(type); 787return new PropertyFetch(type); 793return new PropertyFetch(type); 842public RefTypedFetchProperty(Type type, PropertyInfo property) : base(type) 861public ValueTypedFetchProperty(Type type, PropertyInfo property) : base(type) 884public ReflectionPropertyFetch(Type type, PropertyInfo property) : base(type) 897public EnumeratePropertyFetch(Type type) : base(type) { } 950public CurrentActivityPropertyFetch() : base(null) { } 962public EnumeratePropertyFetch(Type type) : base(type) { }