7 references to WorkflowMarkupFiles
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\CompileXomlTask.cs (7)
370
if (this.
WorkflowMarkupFiles
!= null)
371
oFiles.AddRange(this.
WorkflowMarkupFiles
);
415
if (this.
WorkflowMarkupFiles
== null)
576
if (this.
WorkflowMarkupFiles
!= null)
578
xomlFilesPaths = new string[
WorkflowMarkupFiles
.GetLength(0) + userCodeFiles.Length];
580
for (; index < this.
WorkflowMarkupFiles
.GetLength(0); index++)
581
xomlFilesPaths[index] = Path.Combine(ProjectDirectory, this.
WorkflowMarkupFiles
[index].ItemSpec);