4 instantiations of InteropEnvironment
System.Workflow.Runtime (4)
System\Activities\Statements\Interop.cs (4)
385using (InteropEnvironment interopEnvironment = new InteropEnvironment( 421using (InteropEnvironment interopEnvironment = new InteropEnvironment( 526using (InteropEnvironment interopEnvironment = new InteropEnvironment( 825using (InteropEnvironment interopEnvironment = new InteropEnvironment(
9 references to InteropEnvironment
System.Workflow.Runtime (9)
System\Activities\Statements\Interop.cs (8)
224this.hasNameCollision = InteropEnvironment.ParameterHelper.HasPropertyNameCollision(bodyProperties); 227if (InteropEnvironment.ParameterHelper.IsBindable(propertyInfo)) 385using (InteropEnvironment interopEnvironment = new InteropEnvironment( 421using (InteropEnvironment interopEnvironment = new InteropEnvironment( 526using (InteropEnvironment interopEnvironment = new InteropEnvironment( 619this.hasNameCollision = InteropEnvironment.ParameterHelper.HasPropertyNameCollision(bodyProperties); 624if (InteropEnvironment.ParameterHelper.IsBindableOrMetaProperty(property, out isMetaProperty)) 825using (InteropEnvironment interopEnvironment = new InteropEnvironment(
System\Activities\Statements\InteropExecutor.cs (1)
114public InteropEnvironment ServiceProvider