Base:
property
IsGetOnlyCollection
System.Runtime.Serialization.XmlObjectSerializerContext.IsGetOnlyCollection
2 writes to IsGetOnlyCollection
System.Runtime.Serialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1423context.IsGetOnlyCollection = false;
System\Runtime\Serialization\Json\JsonCollectionDataContract.cs (1)
138context.IsGetOnlyCollection = false;
6 references to IsGetOnlyCollection
System.Runtime.Serialization (6)
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (6)
73if (this.IsGetOnlyCollection && dataContract is SurrogateDataContract) 94if (this.IsGetOnlyCollection && dataContract is SurrogateDataContract) 115if (this.IsGetOnlyCollection && dataContract is SurrogateDataContract) 251if (preserveObjectReferences && !this.IsGetOnlyCollection) 269if (preserveObjectReferences && !this.IsGetOnlyCollection) 318if (this.IsGetOnlyCollection && surrogateType != type)