7 references to ServiceProvider
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\XomlCompiler.cs (3)
1034DesignerSerializationManager manager = new DesignerSerializationManager(context.ServiceProvider); 1104errors = ValidateIdentifiers(context.ServiceProvider, rootActivity); 1111codeCompileUnit.Namespaces.AddRange(WorkflowMarkupSerializationHelpers.GenerateCodeFromXomlDocument(rootActivity, fileName, context.RootNamespace, CompilerHelpers.GetSupportedLanguage(context.Language), context.ServiceProvider));
AuthoringOM\Compiler\XomlCompilerHelpers.cs (4)
71ITypeProvider typeProvider = WorkflowCompilationContext.Current.ServiceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 155DesignerSerializationManager manager = new DesignerSerializationManager(WorkflowCompilationContext.Current.ServiceProvider); 215CodeGenerationManager codeGenerationManager = new CodeGenerationManager(WorkflowCompilationContext.Current.ServiceProvider); 666ValidationManager validationManager = new ValidationManager(WorkflowCompilationContext.Current.ServiceProvider);