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