1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
4433m_value = literalValue;
61 references to m_value
System.Workflow.Activities (61)
Rules\Literal.cs (61)
4428get { return m_value; } 4439return rhs.Equal(m_value); 4443return m_value == rhs; 4447return m_value == rhs; 4451return m_value == rhs; 4455return m_value == rhs; 4459return m_value == rhs; 4463return m_value == rhs; 4467return m_value == rhs; 4471return m_value == rhs; 4475return m_value == rhs; 4479return m_value == rhs; 4483return m_value == rhs; 4488return rhs.GreaterThan(m_value); 4492return m_value < rhs; 4496return m_value < rhs; 4500return m_value < rhs; 4504return m_value < rhs; 4508return m_value < rhs; 4512return m_value < rhs; 4516return m_value < rhs; 4520return m_value < rhs; 4524return m_value < rhs; 4528return m_value < rhs; 4532return m_value < rhs; 4537return rhs.LessThan(m_value); 4541return m_value > rhs; 4545return m_value > rhs; 4549return m_value > rhs; 4553return m_value > rhs; 4557return m_value > rhs; 4561return m_value > rhs; 4565return m_value > rhs; 4569return m_value > rhs; 4573return m_value > rhs; 4577return m_value > rhs; 4581return m_value > rhs; 4586return rhs.GreaterThanOrEqual(m_value); 4590return m_value <= rhs; 4594return m_value <= rhs; 4598return m_value <= rhs; 4602return m_value <= rhs; 4606return m_value <= rhs; 4610return m_value <= rhs; 4614return m_value <= rhs; 4618return m_value <= rhs; 4622return m_value <= rhs; 4626return m_value <= rhs; 4630return m_value <= rhs; 4635return rhs.LessThanOrEqual(m_value); 4639return m_value >= rhs; 4643return m_value >= rhs; 4647return m_value >= rhs; 4651return m_value >= rhs; 4655return m_value >= rhs; 4659return m_value >= rhs; 4663return m_value >= rhs; 4667return m_value >= rhs; 4671return m_value >= rhs; 4675return m_value >= rhs; 4679return m_value >= rhs;