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