1 write to targetObject
System.Workflow.Activities (1)
Rules\Executor.cs (1)
103
this.
targetObject
= targetObject;
4 references to targetObject
System.Workflow.Activities (4)
Rules\Executor.cs (4)
113
if (!propertyInfo.GetGetMethod(true).IsStatic &&
targetObject
== null)
123
return propertyInfo.GetValue(
targetObject
, indexerArguments);
139
if (!propertyInfo.GetSetMethod(true).IsStatic &&
targetObject
== null)
149
propertyInfo.SetValue(
targetObject
, value, indexerArguments);