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