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