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