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