1 write to _helper
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
97_helper = base.Helper as ClassDataContractCriticalHelper;
31 references to _helper
dotnet-svcutil-lib (31)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (31)
98this.ContractNamespaces = _helper.ContractNamespaces; 99this.MemberNames = _helper.MemberNames; 100this.MemberNamespaces = _helper.MemberNamespaces; 101_isScriptObject = _helper.IsScriptObject; 112{ return _helper.BaseContract; } 115_helper.BaseContract = value; 127{ return _helper.Members; } 133set { _helper.Members = value; } 151if (_helper.ChildElementNamespaces == null) 155_helper.ChildElementNamespaces = tempChildElementamespaces; 157_childElementNamespaces = _helper.ChildElementNamespaces; 179{ return _helper.OnSerializing; } 190{ return _helper.OnSerialized; } 201{ return _helper.OnDeserializing; } 212{ return _helper.OnDeserialized; } 224{ return _helper.KnownDataContracts; } 236{ return _helper.IsNonAttributedType; } 261{ return _helper.IsKeyValuePairAdapter; } 268{ return _helper.KeyValuePairGenericArguments; } 275{ return _helper.KeyValuePairAdapterConstructorInfo; } 282{ return _helper.GetKeyValuePairMethodInfo; } 292return _helper.GetNonAttributedTypeConstructor(); 305if (_helper.XmlFormatWriterDelegate == null) 309if (_helper.XmlFormatWriterDelegate == null) 313_helper.XmlFormatWriterDelegate = tempDelegate; 317return _helper.XmlFormatWriterDelegate; 334if (_helper.XmlFormatReaderDelegate == null) 338if (_helper.XmlFormatReaderDelegate == null) 342_helper.XmlFormatReaderDelegate = tempDelegate; 346return _helper.XmlFormatReaderDelegate; 525_helper.EnsureMethodsImported();