1 write to m_value
System.Workflow.Activities (1)
Rules\Literal.cs (1)
4699m_value = literalValue;
61 references to m_value
System.Workflow.Activities (61)
Rules\Literal.cs (61)
4694get { return m_value; } 4705return rhs.Equal(m_value); 4709return m_value == rhs; 4713return m_value == rhs; 4717return m_value == rhs; 4721return m_value == rhs; 4725return m_value == rhs; 4729return m_value == rhs; 4733return m_value == rhs; 4737return m_value == rhs; 4741return m_value == rhs; 4745return m_value == rhs; 4749return m_value == rhs; 4754return rhs.GreaterThan(m_value); 4758return m_value < rhs; 4762return m_value < rhs; 4766return m_value < rhs; 4770return m_value < rhs; 4774return m_value < rhs; 4778return m_value < rhs; 4782return m_value < rhs; 4786return m_value < rhs; 4790return m_value < rhs; 4794return m_value < rhs; 4798return m_value < rhs; 4803return rhs.LessThan(m_value); 4807return m_value > rhs; 4811return m_value > rhs; 4815return m_value > rhs; 4819return m_value > rhs; 4823return m_value > rhs; 4827return m_value > rhs; 4831return m_value > rhs; 4835return m_value > rhs; 4839return m_value > rhs; 4843return m_value > rhs; 4847return m_value > rhs; 4852return rhs.GreaterThanOrEqual(m_value); 4856return m_value <= rhs; 4860return m_value <= rhs; 4864return m_value <= rhs; 4868return m_value <= rhs; 4872return m_value <= rhs; 4876return m_value <= rhs; 4880return m_value <= rhs; 4884return m_value <= rhs; 4888return m_value <= rhs; 4892return m_value <= rhs; 4896return m_value <= rhs; 4901return rhs.LessThanOrEqual(m_value); 4905return m_value >= rhs; 4909return m_value >= rhs; 4913return m_value >= rhs; 4917return m_value >= rhs; 4921return m_value >= rhs; 4925return m_value >= rhs; 4929return m_value >= rhs; 4933return m_value >= rhs; 4937return m_value >= rhs; 4941return m_value >= rhs; 4945return m_value >= rhs;