1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
3321m_value = literalValue;
71 references to m_value
System.Workflow.Activities (71)
Rules\Literal.cs (71)
3316get { return m_value; } 3327return rhs.Equal(m_value); 3331return m_value == rhs; 3335return m_value == rhs; 3339return m_value == rhs; 3343return m_value == rhs; 3347return m_value == rhs; 3351return m_value == rhs; 3355return m_value == rhs; 3359return m_value == rhs; 3363return (m_value >= 0) && ((ulong)m_value == rhs); 3367return m_value == rhs; 3371return m_value == rhs; 3375return m_value == rhs; 3380return rhs.GreaterThan(m_value); 3384return m_value < rhs; 3388return m_value < rhs; 3392return m_value < rhs; 3396return m_value < rhs; 3400return m_value < rhs; 3404return m_value < rhs; 3408return m_value < rhs; 3412return m_value < rhs; 3416return (m_value < 0) || ((ulong)m_value < rhs); 3420return m_value < rhs; 3424return m_value < rhs; 3428return m_value < rhs; 3433return rhs.LessThan(m_value); 3437return m_value > rhs; 3441return m_value > rhs; 3445return m_value > rhs; 3449return m_value > rhs; 3453return m_value > rhs; 3457return m_value > rhs; 3461return m_value > rhs; 3465return m_value > rhs; 3469return (m_value >= 0) && ((ulong)m_value > rhs); 3473return m_value > rhs; 3477return m_value > rhs; 3481return m_value > rhs; 3486return rhs.GreaterThanOrEqual(m_value); 3490return m_value <= rhs; 3494return m_value <= rhs; 3498return m_value <= rhs; 3502return m_value <= rhs; 3506return m_value <= rhs; 3510return m_value <= rhs; 3514return m_value <= rhs; 3518return m_value <= rhs; 3522return (m_value < 0) || ((ulong)m_value <= rhs); 3526return m_value <= rhs; 3530return m_value <= rhs; 3534return m_value <= rhs; 3539return rhs.LessThanOrEqual(m_value); 3543return m_value >= rhs; 3547return m_value >= rhs; 3551return m_value >= rhs; 3555return m_value >= rhs; 3559return m_value >= rhs; 3563return m_value >= rhs; 3567return m_value >= rhs; 3571return m_value >= rhs; 3575return (m_value >= 0) && ((ulong)m_value >= rhs); 3579return m_value >= rhs; 3583return m_value >= rhs; 3587return m_value >= rhs;