1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
2765m_value = literalValue;
63 references to m_value
System.Workflow.Activities (63)
Rules\Literal.cs (63)
2760get { return m_value; } 2771return rhs.Equal(m_value); 2775return m_value == rhs; 2779return m_value == rhs; 2783return m_value == rhs; 2787return m_value == rhs; 2791return m_value == rhs; 2795return m_value == rhs; 2799return m_value == rhs; 2803return m_value == rhs; 2807return (m_value >= 0) && ((ulong)m_value == rhs); 2811return m_value == rhs; 2815return m_value == rhs; 2819return m_value == rhs; 2824return rhs.GreaterThan(m_value); 2828return m_value < rhs; 2832return m_value < rhs; 2836return m_value < rhs; 2840return m_value < rhs; 2844return m_value < rhs; 2848return m_value < rhs; 2852return m_value < rhs; 2856return m_value < rhs; 2860return m_value < rhs; 2864return m_value < rhs; 2868return m_value < rhs; 2873return rhs.LessThan(m_value); 2877return m_value > rhs; 2881return m_value > rhs; 2885return m_value > rhs; 2889return m_value > rhs; 2893return m_value > rhs; 2897return m_value > rhs; 2901return m_value > rhs; 2905return m_value > rhs; 2909return m_value > rhs; 2913return m_value > rhs; 2917return m_value > rhs; 2922return rhs.GreaterThanOrEqual(m_value); 2926return m_value <= rhs; 2930return m_value <= rhs; 2934return m_value <= rhs; 2938return m_value <= rhs; 2942return m_value <= rhs; 2946return m_value <= rhs; 2950return m_value <= rhs; 2954return m_value <= rhs; 2958return m_value <= rhs; 2962return m_value <= rhs; 2966return m_value <= rhs; 2971return rhs.LessThanOrEqual(m_value); 2975return m_value >= rhs; 2979return m_value >= rhs; 2983return m_value >= rhs; 2987return m_value >= rhs; 2991return m_value >= rhs; 2995return m_value >= rhs; 2999return m_value >= rhs; 3003return m_value >= rhs; 3007return m_value >= rhs; 3011return m_value >= rhs; 3015return m_value >= rhs;