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