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