1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
1962m_value = literalValue;
63 references to m_value
System.Workflow.Activities (63)
Rules\Literal.cs (63)
1957get { return m_value; } 1968return rhs.Equal(m_value); 1972return m_value == rhs; 1976return m_value == rhs; 1980return m_value == rhs; 1984return m_value == rhs; 1988return m_value == rhs; 1992return (m_value >= 0) && ((ulong)m_value == rhs); 1996return m_value == rhs; 2000return m_value == rhs; 2004return m_value == rhs; 2008return m_value == rhs; 2012return m_value == rhs; 2016return m_value == rhs; 2021return rhs.GreaterThan(m_value); 2025return m_value < rhs; 2029return m_value < rhs; 2033return m_value < rhs; 2037return m_value < rhs; 2041return m_value < rhs; 2045return m_value < rhs; 2049return m_value < rhs; 2053return m_value < rhs; 2057return m_value < rhs; 2061return m_value < rhs; 2065return m_value < rhs; 2070return rhs.LessThan(m_value); 2074return m_value > rhs; 2078return m_value > rhs; 2082return m_value > rhs; 2086return m_value > rhs; 2090return m_value > rhs; 2094return m_value > rhs; 2098return m_value > rhs; 2102return m_value > rhs; 2106return m_value > rhs; 2110return m_value > rhs; 2114return m_value > rhs; 2119return rhs.GreaterThanOrEqual(m_value); 2123return m_value <= rhs; 2127return m_value <= rhs; 2131return m_value <= rhs; 2135return m_value <= rhs; 2139return m_value <= rhs; 2143return m_value <= rhs; 2147return m_value <= rhs; 2151return m_value <= rhs; 2155return m_value <= rhs; 2159return m_value <= rhs; 2163return m_value <= rhs; 2168return rhs.LessThanOrEqual(m_value); 2172return m_value >= rhs; 2176return m_value >= rhs; 2180return m_value >= rhs; 2184return m_value >= rhs; 2188return m_value >= rhs; 2193return m_value >= rhs; 2197return m_value >= rhs; 2201return m_value >= rhs; 2205return m_value >= rhs; 2209return m_value >= rhs; 2213return m_value >= rhs;