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