1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
2519m_value = literalValue;
56 references to m_value
System.Workflow.Activities (56)
Rules\Literal.cs (56)
2514get { return m_value; } 2525return rhs.Equal(m_value); 2529return m_value == rhs; 2533return m_value == rhs; 2537return m_value == rhs; 2541return m_value == rhs; 2545return m_value == rhs; 2549return m_value == rhs; 2553return m_value == rhs; 2557return m_value == rhs; 2561return m_value == rhs; 2565return m_value == rhs; 2570return rhs.GreaterThan(m_value); 2574return m_value < rhs; 2578return m_value < rhs; 2582return m_value < rhs; 2586return m_value < rhs; 2590return m_value < rhs; 2594return m_value < rhs; 2598return m_value < rhs; 2602return m_value < rhs; 2606return m_value < rhs; 2610return m_value < rhs; 2615return rhs.LessThan(m_value); 2619return m_value > rhs; 2623return m_value > rhs; 2627return m_value > rhs; 2631return m_value > rhs; 2635return m_value > rhs; 2639return m_value > rhs; 2643return m_value > rhs; 2647return m_value > rhs; 2651return m_value > rhs; 2655return m_value > rhs; 2660return rhs.GreaterThanOrEqual(m_value); 2664return m_value <= rhs; 2668return m_value <= rhs; 2672return m_value <= rhs; 2676return m_value <= rhs; 2680return m_value <= rhs; 2684return m_value <= rhs; 2688return m_value <= rhs; 2692return m_value <= rhs; 2696return m_value <= rhs; 2700return m_value <= rhs; 2705return rhs.LessThanOrEqual(m_value); 2709return m_value >= rhs; 2713return m_value >= rhs; 2717return m_value >= rhs; 2721return m_value >= rhs; 2725return m_value >= rhs; 2729return m_value >= rhs; 2733return m_value >= rhs; 2737return m_value >= rhs; 2741return m_value >= rhs; 2745return m_value >= rhs;