9 writes to AllowChainedEnvironmentAccess
System.Activities (9)
System\Activities\Expressions\EnvironmentLocationReference.cs (2)
45
context.
AllowChainedEnvironmentAccess
= true;
50
context.
AllowChainedEnvironmentAccess
= false;
System\Activities\Expressions\EnvironmentLocationValue.cs (2)
45
context.
AllowChainedEnvironmentAccess
= true;
50
context.
AllowChainedEnvironmentAccess
= false;
System\Activities\Expressions\LocationReferenceValue.cs (2)
39
context.
AllowChainedEnvironmentAccess
= true;
44
context.
AllowChainedEnvironmentAccess
= false;
System\Activities\InlinedLocationReference.cs (2)
102
context.
AllowChainedEnvironmentAccess
= true;
107
context.
AllowChainedEnvironmentAccess
= false;
System\Activities\WorkflowDataContext.cs (1)
51
this.cachedResolutionContext.
AllowChainedEnvironmentAccess
= true;
3 references to AllowChainedEnvironmentAccess
System.Activities (3)
System\Activities\DelegateArgument.cs (1)
126
if (!context.
AllowChainedEnvironmentAccess
)
System\Activities\RuntimeArgument.cs (1)
385
if (!context.
AllowChainedEnvironmentAccess
)
System\Activities\Variable.cs (1)
201
if (!context.
AllowChainedEnvironmentAccess
)