6 references to All
System.Private.CoreLib (6)
src\System\RuntimeType.CoreCLR.cs (6)
435case MemberListType.All: 1436Debug.Assert(listType == MemberListType.All); 2008reflectedType.Cache.GetPropertyList(MemberListType.All, null); 2139listType = MemberListType.All; 2144listType = MemberListType.All; 2697RuntimeType[] candidates = Cache.GetInterfaceList(MemberListType.All, null);