4 writes to m_rightType
System.Workflow.Activities (4)
Rules\Exceptions.cs (4)
140set { m_rightType = value; } 186m_rightType = right; 207m_rightType = right; 226m_rightType = Type.GetType(qualifiedTypeString);
3 references to m_rightType
System.Workflow.Activities (3)
Rules\Exceptions.cs (3)
139get { return m_rightType; } 242info.AddValue("right", (m_rightType != null) ? m_rightType.AssemblyQualifiedName : "null");