1 write to compilationOptions
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
282
this.
compilationOptions
= value;
4 references to compilationOptions
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\CompileXomlTask.cs (4)
278
return this.
compilationOptions
;
830
if (this.
compilationOptions
!= null && this.
compilationOptions
.Length > 0)
832
foreach (ITaskItem option in this.
compilationOptions
)