2 writes to identity
System.Workflow.Activities (2)
LocalService\LogicalCallContext.cs (2)
24this.identity = identity; 34this.identity = (String)enumerator.Value;
3 references to identity
System.Workflow.Activities (3)
LocalService\LogicalCallContext.cs (3)
42if (this.identity != null) 43info.AddValue("identity", identity.ToString()); 50return identity;