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