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