Base:
property
DeclaringType
System.Reflection.MemberInfo.DeclaringType
2 references to DeclaringType
System.Workflow.Activities (2)
Rules\RuleValidation.cs (2)
2758
string[] thisNameSpace = thisExtension.
DeclaringType
.FullName.Split('.');
2759
string[] otherNameSpace = otherExtension.
DeclaringType
.FullName.Split('.');