1 write to _helper
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ClassDataContract.cs (1)
51_helper = (base.Helper as ClassDataContractCriticalHelper)!;
35 references to _helper
System.Private.DataContractSerialization (35)
System\Runtime\Serialization\ClassDataContract.cs (35)
48[MemberNotNull(nameof(_helper))] 52ContractNamespaces = _helper.ContractNamespaces; 53MemberNames = _helper.MemberNames; 54MemberNamespaces = _helper.MemberNamespaces; 66get => _helper.BaseClassContract; 67set => _helper.BaseClassContract = value; 72get => _helper.Members; 73set => _helper.Members = value; 90if (_helper.ChildElementNamespaces == null) 94_helper.ChildElementNamespaces = tempChildElementamespaces; 96_childElementNamespaces = _helper.ChildElementNamespaces; 104internal MethodInfo? OnSerializing => _helper.OnSerializing; 106internal MethodInfo? OnSerialized => _helper.OnSerialized; 108internal MethodInfo? OnDeserializing => _helper.OnDeserializing; 110internal MethodInfo? OnDeserialized => _helper.OnDeserialized; 112internal MethodInfo? ExtensionDataSetMethod => _helper.ExtensionDataSetMethod; 118get => _helper.KnownDataContracts; 119internal set => _helper.KnownDataContracts = value; 124get => _helper.IsISerializable; 125internal set => _helper.IsISerializable = value; 128internal bool IsNonAttributedType => _helper.IsNonAttributedType; 130internal bool HasExtensionData => _helper.HasExtensionData; 132internal string? SerializationExceptionMessage => _helper.SerializationExceptionMessage; 133internal string? DeserializationExceptionMessage => _helper.DeserializationExceptionMessage; 139return _helper.GetISerializableConstructor(); 149_nonAttributedTypeConstructor = _helper.GetNonAttributedTypeConstructor(); 199if (_helper.XmlFormatWriterDelegate == null) 203if (_helper.XmlFormatWriterDelegate == null) 207_helper.XmlFormatWriterDelegate = tempDelegate; 211return _helper.XmlFormatWriterDelegate; 229if (_helper.XmlFormatReaderDelegate == null) 233if (_helper.XmlFormatReaderDelegate == null) 241_helper.XmlFormatReaderDelegate = tempDelegate; 245return _helper.XmlFormatReaderDelegate; 378_helper.EnsureMethodsImported();