1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
3035m_value = literalValue;
71 references to m_value
System.Workflow.Activities (71)
Rules\Literal.cs (71)
3030get { return m_value; } 3041return rhs.Equal(m_value); 3045return m_value == rhs; 3049return m_value == rhs; 3053return m_value == rhs; 3057return m_value == rhs; 3061return m_value == rhs; 3065return m_value == rhs; 3069return m_value == rhs; 3073return m_value == rhs; 3077return (m_value >= 0) && ((ulong)m_value == rhs); 3081return m_value == rhs; 3085return m_value == rhs; 3089return m_value == rhs; 3094return rhs.GreaterThan(m_value); 3098return m_value < rhs; 3102return m_value < rhs; 3106return m_value < rhs; 3110return m_value < rhs; 3114return m_value < rhs; 3118return m_value < rhs; 3122return m_value < rhs; 3126return m_value < rhs; 3130return (m_value < 0) || ((ulong)m_value < rhs); 3134return m_value < rhs; 3138return m_value < rhs; 3142return m_value < rhs; 3147return rhs.LessThan(m_value); 3151return m_value > rhs; 3155return m_value > rhs; 3159return m_value > rhs; 3163return m_value > rhs; 3167return m_value > rhs; 3171return m_value > rhs; 3175return m_value > rhs; 3179return m_value > rhs; 3183return (m_value >= 0) && ((ulong)m_value > rhs); 3187return m_value > rhs; 3191return m_value > rhs; 3195return m_value > rhs; 3200return rhs.GreaterThanOrEqual(m_value); 3204return m_value <= rhs; 3208return m_value <= rhs; 3212return m_value <= rhs; 3216return m_value <= rhs; 3220return m_value <= rhs; 3224return m_value <= rhs; 3228return m_value <= rhs; 3232return m_value <= rhs; 3236return (m_value < 0) || ((ulong)m_value <= rhs); 3240return m_value <= rhs; 3244return m_value <= rhs; 3248return m_value <= rhs; 3253return rhs.LessThanOrEqual(m_value); 3257return m_value >= rhs; 3261return m_value >= rhs; 3265return m_value >= rhs; 3269return m_value >= rhs; 3273return m_value >= rhs; 3277return m_value >= rhs; 3281return m_value >= rhs; 3285return m_value >= rhs; 3289return (m_value >= 0) && ((ulong)m_value >= rhs); 3293return m_value >= rhs; 3297return m_value >= rhs; 3301return m_value >= rhs;