2 instantiations of SimpleRunTimeTypeProvider
System.Workflow.Activities (2)
Rules\RuleValidation.cs (2)
957
this.typeProvider = new
SimpleRunTimeTypeProvider
(this.thisType.Assembly);
967
this.typeProvider = (typeProvider != null) ? typeProvider : new
SimpleRunTimeTypeProvider
(this.thisType.Assembly);