4 writes to m_op
System.Workflow.Activities (4)
Rules\Exceptions.cs (4)
131set { m_op = value; } 185m_op = op; 206m_op = op; 223m_op = (CodeBinaryOperatorType)serializeInfo.GetValue("op", typeof(CodeBinaryOperatorType));
2 references to m_op
System.Workflow.Activities (2)
Rules\Exceptions.cs (2)
130get { return m_op; } 241info.AddValue("op", m_op);