2 writes to name
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
1210this.name = memberInfo.Name; 1245this.name = name;
10 references to name
System.Workflow.ComponentModel (10)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (10)
1261return name; 1293if ((memberSignature == null) || (this.name != memberSignature.name) || (this.returnType != memberSignature.returnType)) 1322if (((maskSignature.Name != null) && (this.name != maskSignature.name)) || 1351if (name != null && name.Length != 0) 1352str += name; 1387if (this.name != null) 1389hashCode = name.GetHashCode();