7 references to IsReadOnly
System.WorkflowServices (7)
System\Workflow\Activities\OperationInfo.cs (4)
209
if (contractType == null && !this.
IsReadOnly
)
235
if (this.
IsReadOnly
)
249
if (methodInfo == null && !this.
IsReadOnly
)
259
if (this.
IsReadOnly
)
System\Workflow\Activities\TypedOperationInfo.cs (3)
127
if (!this.
IsReadOnly
&& contractType != null && typeProvider != null)
181
if (this.
IsReadOnly
)
200
if (this.
IsReadOnly
)