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