3 references to GetPropertyList
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
1999
reflectedType.Cache.
GetPropertyList
(MemberListType.All, null);
2569
RuntimePropertyInfo[] cache = Cache.
GetPropertyList
(listType, name);
3192
RuntimePropertyInfo[] cache = runtimeType.Cache.
GetPropertyList
(MemberListType.CaseSensitive, property.Name);