1 instantiation of WorkflowCompilerResults
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompiler.cs (1)
677
WorkflowCompilerResults results = new
WorkflowCompilerResults
(parameters.TempFiles);
13 references to WorkflowCompilerResults
System.Workflow.ComponentModel (13)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
591
WorkflowCompilerResults
compilerResults = new CompilerWrapper().Compile(compilerParameters, xomlFilesPaths);
AuthoringOM\Compiler\XomlCompiler.cs (8)
480
public
WorkflowCompilerResults
Compile(WorkflowCompilerParameters parameters, params string[] files)
538
WorkflowCompilerResults
results = compiler.Compile(parameters, files);
593
public TypeAuthorizerClass(IList<AuthorizedType> authorizedTypes,
WorkflowCompilerResults
results, string filename)
616
public
WorkflowCompilerResults
Results
675
public
WorkflowCompilerResults
Compile(WorkflowCompilerParameters parameters, string[] allFiles)
677
WorkflowCompilerResults
results = new WorkflowCompilerResults(parameters.TempFiles);
858
private Assembly GenerateLocalAssembly(string[] files, string[] codeFiles, WorkflowCompilerParameters parameters,
WorkflowCompilerResults
results, out TempFileCollection tempFiles2, out string localAssemblyPath, out string createdDirectoryName)
1015
internal static CodeCompileUnit GenerateCodeFromFileBatch(string[] files, WorkflowCompilerParameters parameters,
WorkflowCompilerResults
results)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (4)
44
internal static void InternalCompileFromDomBatch(string[] files, string[] codeFiles, WorkflowCompilerParameters parameters,
WorkflowCompilerResults
results, string localAssemblyPath)
375
internal static void FixReferencedAssemblies(WorkflowCompilerParameters parameters,
WorkflowCompilerResults
results, StringCollection libraryPaths)
471
private static StringCollection ResolveAssemblyReferences(StringCollection originalReferences, StringCollection libraryPaths,
WorkflowCompilerResults
results)
663
internal static void ValidateActivity(Activity activity, WorkflowCompilerParameters parameters,
WorkflowCompilerResults
results)