3 writes to lineNumber
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\WorkflowMarkupSerializationException.cs (3)
34
this.
lineNumber
= lineNumber;
41
this.
lineNumber
= lineNumber;
66
this.
lineNumber
= info.GetInt32("lineNumber");
2 references to lineNumber
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializationException.cs (2)
77
info.AddValue("lineNumber", this.
lineNumber
, typeof(int));
85
return this.
lineNumber
;