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