1 write to serializedAuthorizationContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
188this.serializedAuthorizationContext = SerializableAuthorizationContext.From(this.authorizationContext);
3 references to serializedAuthorizationContext
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (3)
59if (this.serializedAuthorizationContext != null) 61this.authorizationContext = serializedAuthorizationContext.Retrieve(); 184if (this.serializedAuthorizationContext == null)