Base:
property
Name
System.Reflection.MemberInfo.Name
2 references to Name
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
72String accessor = "get_" + this.Name; 85String accessor = "set_" + this.Name;