Base:
property
IsGetOnlyCollection
System.Runtime.Serialization.XmlObjectSerializerContext.IsGetOnlyCollection
1 write to IsGetOnlyCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
1425context.IsGetOnlyCollection = false;
3 references to IsGetOnlyCollection
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (3)
191if (preserveObjectReferences && !this.IsGetOnlyCollection) 209if (preserveObjectReferences && !this.IsGetOnlyCollection) 239if (this.IsGetOnlyCollection && surrogateType != type)