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