75 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2070:UnrecognizedReflectionPattern", Justification =
"The yield return state machine doesn't propagate annotations")]
152 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2070:UnrecognizedReflectionPattern", Justification =
"The yield return state machine doesn't propagate annotations")]
161 if (typeInfo ==
null)
165 if (
this == typeInfo)
173 if (
base.IsInterface)
virtual IEnumerable< MemberInfo > DeclaredMembers
virtual IEnumerable< TypeInfo > DeclaredNestedTypes
virtual IEnumerable< Type > ImplementedInterfaces
virtual IEnumerable< MethodInfo > DeclaredMethods
virtual IEnumerable< PropertyInfo > DeclaredProperties
virtual ? EventInfo GetDeclaredEvent(string name)
virtual IEnumerable< EventInfo > DeclaredEvents
virtual Type[] GenericTypeParameters
virtual IEnumerable< MethodInfo > GetDeclaredMethods(string name)
virtual IEnumerable< FieldInfo > DeclaredFields
virtual ? FieldInfo GetDeclaredField(string name)
virtual IEnumerable< ConstructorInfo > DeclaredConstructors
virtual ? PropertyInfo GetDeclaredProperty(string name)
virtual bool IsAssignableFrom([NotNullWhen(true)] TypeInfo? typeInfo)
virtual ? TypeInfo GetDeclaredNestedType(string name)
virtual ? MethodInfo GetDeclaredMethod(string name)
static string GetRankString(int rank)
virtual Type[] GetGenericParameterConstraints()
EventInfo? GetEvent(string name)
virtual Type[] GetGenericArguments()
virtual bool IsGenericParameter
PropertyInfo[] GetProperties()
bool ImplementInterface(Type ifaceType)
Type? GetNestedType(string name)
virtual bool IsSubclassOf(Type c)
static readonly Type[] EmptyTypes
MethodInfo[] GetMethods()
virtual bool IsGenericTypeDefinition
MethodInfo? GetMethod(string name)
ConstructorInfo[] GetConstructors()
MemberInfo[] GetMembers()
virtual EventInfo[] GetEvents()
DynamicallyAccessedMemberTypes