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