2 writes to xomlFiles
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (2)
228this.xomlFiles = xomlFilesOnly.ToArray(typeof(ITaskItem)) as ITaskItem[]; 233this.xomlFiles = value;
1 reference to xomlFiles
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
207return xomlFiles;