7 references to MethodInfoProperty
System.WorkflowServices (7)
System\Workflow\Activities\OperationInfo.cs (3)
237
if (this.UserData.Contains(OperationInfoBase.
MethodInfoProperty
))
239
methodInfo = this.UserData[OperationInfoBase.
MethodInfoProperty
] as MethodInfo;
261
this.UserData[OperationInfoBase.
MethodInfoProperty
] = methodInfo;
System\Workflow\Activities\TypedOperationInfo.cs (4)
138
this.RemoveProperty(OperationInfoBase.
MethodInfoProperty
);
183
if (this.UserData.Contains(OperationInfoBase.
MethodInfoProperty
))
185
methodInfo = this.UserData[OperationInfoBase.
MethodInfoProperty
] as MethodInfo;
202
this.UserData[OperationInfoBase.
MethodInfoProperty
] = methodInfo;