28 references to Cache
mscorlib (28)
system\rttype.cs (28)
2118retval = reflectedType.Cache.GetConstructor(declaredType, methodHandle);
2124retval = reflectedType.Cache.GetGenericMethodInfo(methodHandle);
2126retval = reflectedType.Cache.GetMethod(declaredType, methodHandle);
2135get { return Cache.GenericCache; }
2136set { Cache.GenericCache = value; }
2141get { return Cache.DomainInitialized; }
2142set { Cache.DomainInitialized = value; }
2177FieldInfo retVal = reflectedType.Cache.GetField(fieldHandle);
2187reflectedType.Cache.GetPropertyList(MemberListType.All, null);
2789return Cache.GetDefaultMemberName();
2795return Cache.GetSerializationCtor();
2811RuntimeMethodInfo[] cache = Cache.GetMethodList(listType, name);
2835RuntimeConstructorInfo[] cache = Cache.GetConstructorList(listType, name);
2864RuntimePropertyInfo[] cache = Cache.GetPropertyList(listType, name);
2974RuntimeEventInfo[] cache = Cache.GetEventList(listType, name);
2998RuntimeFieldInfo[] cache = Cache.GetFieldList(listType, name);
3025RuntimeType[] cache = Cache.GetNestedTypeList(listType, name);
3105RuntimeType[] candidates = this.Cache.GetInterfaceList(MemberListType.All, null);
3330RuntimeEventInfo[] cache = Cache.GetEventList(listType, name);
3359RuntimeFieldInfo[] cache = Cache.GetFieldList(listType, name);
3407RuntimeType[] cache = Cache.GetInterfaceList(listType, name);
3438RuntimeType[] cache = Cache.GetNestedTypeList(listType, name);
3591TypeCode typeCode = Cache.TypeCode;
3645Cache.TypeCode = typeCode;
3859string ns = Cache.GetNameSpace();
5118return Cache.GetName(kind);
5136return Cache.GetEnclosingType();
5551Cache.InvalidateCachedNestedType();