1 write to CompiledUnit
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
202
results.
CompiledUnit
= WorkflowCompilerInternal.GenerateCodeFromFileBatch(files, parameters, results);
5 references to CompiledUnit
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
623
CodeCompileUnit ccu = compilerResults.
CompiledUnit
;
AuthoringOM\Compiler\XomlCompilerHelpers.cs (4)
210
WorkflowMarkupSerializationHelpers.ReapplyRootNamespace(results.
CompiledUnit
.Namespaces, context.RootNamespace, CompilerHelpers.GetSupportedLanguage(context.Language));
211
WorkflowMarkupSerializationHelpers.FixStandardNamespacesAndRootNamespace(results.
CompiledUnit
.Namespaces, context.RootNamespace, CompilerHelpers.GetSupportedLanguage(context.Language));
216
codeGenerationManager.Context.Push(results.
CompiledUnit
.Namespaces);
234
ccus.Add(results.
CompiledUnit
);