2 writes to name
System.WorkflowServices (2)
System\Workflow\Activities\ContractType.cs (2)
44
this.
name
= this.fullName;
61
this.
name
= this.fullName.Substring(idx + 1);
7 references to name
System.WorkflowServices (7)
System\Workflow\Activities\ContractType.cs (7)
52
idx = this.
name
.Substring(0, idx).LastIndexOfAny(nameSeparators);
56
idx = this.
name
.LastIndexOfAny(nameSeparators);
138
return this.
name
;
296
return this.
name
.GetHashCode();
307
if (string.Compare(this.
name
, name, StringComparison.Ordinal) == 0)
527
return (this.
name
[this.
name
.Length - 1] == '*');