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