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