Base:
property
Name
System.Reflection.MemberInfo.Name
5 references to Name
System.WorkflowServices (5)
System\Workflow\Activities\ContractType.cs (5)
146if (this.fullName == Name) 151return this.fullName.Substring(0, this.fullName.Length - Name.Length - 1); 488int elementCharPosition = Name.LastIndexOfAny(elementDecorators); 494int elementCharPosition = Name.LastIndexOfAny(elementDecorators); 495if ((elementCharPosition != -1) && (Name[elementCharPosition] == '['))