4 writes to m_leftType
System.Workflow.Activities (4)
Rules\Exceptions.cs (4)
122set { m_leftType = value; } 184m_leftType = left; 205m_leftType = left; 222m_leftType = Type.GetType(qualifiedTypeString);
3 references to m_leftType
System.Workflow.Activities (3)
Rules\Exceptions.cs (3)
121get { return m_leftType; } 240info.AddValue("left", (m_leftType != null) ? m_leftType.AssemblyQualifiedName : "null");