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