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