1 write to helper
System.Runtime.Serialization (1)
System\Runtime\Serialization\ClassDataContract.cs (1)
83this.helper = base.Helper as ClassDataContractCriticalHelper;
36 references to helper
System.Runtime.Serialization (36)
System\Runtime\Serialization\ClassDataContract.cs (36)
84this.ContractNamespaces = helper.ContractNamespaces; 85this.MemberNames = helper.MemberNames; 86this.MemberNamespaces = helper.MemberNamespaces; 94get { return helper.BaseContract; } 98set { helper.BaseContract = value; } 106get { return helper.Members; } 111set { helper.Members = value; } 127if (helper.ChildElementNamespaces == null) 131helper.ChildElementNamespaces = tempChildElementamespaces; 133this.childElementNamespaces = helper.ChildElementNamespaces; 146get { return helper.OnSerializing; } 154get { return helper.OnSerialized; } 162get { return helper.OnDeserializing; } 170get { return helper.OnDeserialized; } 178get { return helper.ExtensionDataSetMethod; } 186get { return helper.KnownDataContracts; } 191set { helper.KnownDataContracts = value; } 199get { return helper.IsISerializable; } 204set { helper.IsISerializable = value; } 212get { return helper.IsNonAttributedType; } 220get { return helper.HasDataContract; } 228get { return helper.HasExtensionData; } 236get { return helper.SerializationExceptionMessage; } 244get { return helper.DeserializationExceptionMessage; } 257return helper.GetISerializableConstructor(); 265return helper.GetNonAttributedTypeConstructor(); 275if (helper.XmlFormatWriterDelegate == null) 279if (helper.XmlFormatWriterDelegate == null) 283helper.XmlFormatWriterDelegate = tempDelegate; 287return helper.XmlFormatWriterDelegate; 298if (helper.XmlFormatReaderDelegate == null) 302if (helper.XmlFormatReaderDelegate == null) 306ThrowInvalidDataContractException(helper.DeserializationExceptionMessage, null /*type*/); 310helper.XmlFormatReaderDelegate = tempDelegate; 314return helper.XmlFormatReaderDelegate; 436helper.EnsureMethodsImported();