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