1 instantiation of WorkflowCompilerOptionsService
System.Workflow.ComponentModel (1)
AuthoringOM\Design\XomlDesignerLoader.cs (1)
419
createdService = new
WorkflowCompilerOptionsService
();
6 references to WorkflowCompilerOptionsService
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\XomlCompiler.cs (6)
89
return
WorkflowCompilerOptionsService
.DefaultLanguage;
249
WorkflowCompilerOptionsService
standardService = optionsService as
WorkflowCompilerOptionsService
;
342
WorkflowCompilerOptionsService
service;
345
public StandardContextScope(IServiceProvider serviceProvider,
WorkflowCompilerOptionsService
service)
453
return
WorkflowCompilerOptionsService
.DefaultLanguage;