1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
4179m_value = literalValue;
58 references to m_value
System.Workflow.Activities (58)
Rules\Literal.cs (58)
4174get { return m_value; } 4185return rhs.Equal(m_value); 4189return m_value == rhs; 4193return (rhs >= 0) && (m_value == (ulong)rhs); 4197return (rhs >= 0) && (m_value == (ulong)rhs); 4201return (rhs >= 0) && (m_value == (ulong)rhs); 4205return (rhs >= 0) && (m_value == (ulong)rhs); 4209return m_value == rhs; 4213return m_value == rhs; 4217return m_value == rhs; 4221return m_value == rhs; 4225return m_value == rhs; 4229return m_value == rhs; 4233return m_value == rhs; 4238return rhs.GreaterThan(m_value); 4242return m_value < rhs; 4246return (rhs >= 0) && (m_value < (ulong)rhs); 4250return (rhs >= 0) && (m_value < (ulong)rhs); 4254return m_value < rhs; 4258return m_value < rhs; 4262return m_value < rhs; 4266return m_value < rhs; 4270return m_value < rhs; 4274return m_value < rhs; 4278return m_value < rhs; 4283return rhs.LessThan(m_value); 4287return m_value > rhs; 4291return (rhs < 0) || (m_value > (ulong)rhs); 4295return (rhs < 0) || (m_value > (ulong)rhs); 4299return m_value > rhs; 4303return m_value > rhs; 4307return m_value > rhs; 4311return m_value > rhs; 4315return m_value > rhs; 4319return m_value > rhs; 4323return m_value > rhs; 4328return rhs.GreaterThanOrEqual(m_value); 4332return m_value <= rhs; 4336return (rhs >= 0) && (m_value <= (ulong)rhs); 4340return (rhs >= 0) && (m_value <= (ulong)rhs); 4344return m_value <= rhs; 4348return m_value <= rhs; 4352return m_value <= rhs; 4356return m_value <= rhs; 4360return m_value <= rhs; 4364return m_value <= rhs; 4368return m_value <= rhs; 4373return rhs.LessThanOrEqual(m_value); 4377return m_value >= rhs; 4381return (rhs < 0) || (m_value >= (ulong)rhs); 4385return (rhs < 0) || (m_value >= (ulong)rhs); 4389return m_value >= rhs; 4393return m_value >= rhs; 4397return m_value >= rhs; 4401return m_value >= rhs; 4405return m_value >= rhs; 4409return m_value >= rhs; 4413return m_value >= rhs;