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