Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
8 references to DeclaringType
mscorlib (8)
system\reflection\ConstructorInfo.cs (7)
183if (DeclaringType.IsArray && IsPublic && !IsStatic) 219Type declaringType = DeclaringType; 250if (typeof(Delegate).IsAssignableFrom(DeclaringType)) 513Type declaringType = DeclaringType; 584CheckCanCreateInstance(DeclaringType, (CallingConvention & CallingConventions.VarArgs) == CallingConventions.VarArgs); 694return (DeclaringType != null && DeclaringType.ContainsGenericParameters);
system\security\cryptography\cryptoconfig.cs (1)
666if (rci == null || typeof(Delegate).IsAssignableFrom(rci.DeclaringType))