2 writes to libraryPaths
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerParameters.cs (2)
390
this.
libraryPaths
= new StringCollection();
458
this.
libraryPaths
= new StringCollection();
5 references to libraryPaths
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\XomlCompilerParameters.cs (5)
388
if (parameters.
libraryPaths
!= null)
391
foreach (string libraryPath in parameters.
libraryPaths
)
393
this.
libraryPaths
.Add(libraryPath);
457
if (this.
libraryPaths
== null)
460
return this.
libraryPaths
;