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