Base:
property
DeclaringMethod
System.Type.DeclaringMethod
2 references to DeclaringMethod
mscorlib (2)
system\reflection\customattribute.cs (1)
1383
MethodBase declaringMethod = type.
DeclaringMethod
;
system\unityserializationholder.cs (1)
108
info.AddValue("DeclaringMethod", type.
DeclaringMethod
, typeof(MethodBase));