3 writes to columnNumber
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\WorkflowMarkupSerializationException.cs (3)
35
this.
columnNumber
= columnNumber;
42
this.
columnNumber
= columnNumber;
67
this.
columnNumber
= info.GetInt32("columnNumber");
2 references to columnNumber
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializationException.cs (2)
78
info.AddValue("columnNumber", this.
columnNumber
, typeof(int));
93
return this.
columnNumber
;