3 references to KeyFile
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (3)
827if (this.KeyFile != null && this.KeyFile.Trim().Length > 0) 828compilerOptions.AppendFormat(" /keyfile:\"{0}\"", Path.Combine(this.ProjectDirectory, this.KeyFile));