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