2 writes to authorizationContext
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (2)
61this.authorizationContext = serializedAuthorizationContext.Retrieve(); 93this.authorizationContext = OperationContext.Current.ServiceSecurityContext.AuthorizationContext;
4 references to authorizationContext
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (4)
57if (this.authorizationContext == null) 64return authorizationContext; 186if (this.authorizationContext != null) 188this.serializedAuthorizationContext = SerializableAuthorizationContext.From(this.authorizationContext);