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