2 instantiations of XmlPropertyBag
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SerializationUtilities.cs (2)
161XmlPropertyBag primitiveProperties = new XmlPropertyBag(); 162XmlPropertyBag primitiveWriteOnlyProperties = new XmlPropertyBag();
4 references to XmlPropertyBag
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\SerializationUtilities.cs (4)
161XmlPropertyBag primitiveProperties = new XmlPropertyBag(); 162XmlPropertyBag primitiveWriteOnlyProperties = new XmlPropertyBag(); 170bool isComplex = (XmlPropertyBag.GetPrimitiveType(property.Value.Value) == PrimitiveType.Unavailable); 187if (propertyBags[i] is XmlPropertyBag)