1 write to targetObject
System.Workflow.Activities (1)
Rules\Executor.cs (1)
55
this.
targetObject
= targetObject;
4 references to targetObject
System.Workflow.Activities (4)
Rules\Executor.cs (4)
64
if (!fieldInfo.IsStatic &&
targetObject
== null)
73
return fieldInfo.GetValue(
targetObject
);
78
if (!fieldInfo.IsStatic &&
targetObject
== null)
87
fieldInfo.SetValue(
targetObject
, value);