4 references to WorkflowCompilerInternal
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\XomlCompiler.cs (3)
537WorkflowCompilerInternal compiler = (WorkflowCompilerInternal)compilerDomain.CreateInstanceAndUnwrap(Assembly.GetExecutingAssembly().FullName, typeof(WorkflowCompilerInternal).FullName);
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
202results.CompiledUnit = WorkflowCompilerInternal.GenerateCodeFromFileBatch(files, parameters, results);