5 writes to properties
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (5)
147
this.
properties
= null;
408
return GetMembersHelper<PropertyInfo>(bindingAttr, ref this.
properties
, true);
428
members.AddRange(GetMembersHelper<PropertyInfo>(bindingAttr, new MemberSignature(name, null, null), ref this.
properties
));
974
return GetMemberHelper<PropertyInfo>(bindingAttr, new MemberSignature(name, types, null), ref this.
properties
);
1045
this.
properties
= GetCodeDomMembers<PropertyInfo>().ToArray();
2 references to properties
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
1044
if ((type == typeof(PropertyInfo)) && (this.
properties
== null))
1060
foreach (PropertyInfo propertyInfo in this.
properties
)