3 references to Package
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SerializationUtilities.cs (3)
284return GetIdentityHash(new WorkflowIdentity(id.Name, version, id.Package)); 402if (id.Package != null) 404xmlWriter.WriteElementString("Package", id.Package);