Base:
property
Name
System.Reflection.MemberInfo.Name
8 references to Name
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (8)
309if (this.fullName == Name) 317return this.fullName.Substring(0, this.fullName.Length - Name.Length - 1); 608int position = Name.LastIndexOf('['); 610while (Name[position] != ']') 612if (Name[position] == ',') 985int elementCharPosition = Name.LastIndexOfAny(elementDecorators); 991int elementCharPosition = Name.LastIndexOfAny(elementDecorators); 992if ((elementCharPosition != -1) && (Name[elementCharPosition] == '['))