1 write to _helper
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
205_helper = base.Helper as CollectionDataContractCriticalHelper;
42 references to _helper
dotnet-svcutil-lib (42)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (42)
206_collectionItemName = _helper.CollectionItemName; 207if (_helper.Kind == CollectionKind.Dictionary || _helper.Kind == CollectionKind.GenericDictionary) 209_itemContract = _helper.ItemContract; 211_helper.SharedTypeContract = sharedTypeContract; 233{ return _helper.Kind; } 244{ return _helper.ItemType; } 245set { _helper.ItemType = value; } 257return _itemContract ?? _helper.ItemContract; 266_helper.ItemContract = value; 278{ return _helper.SharedTypeContract; } 289{ return _helper.ItemName; } 295{ _helper.ItemName = value; } 318{ return _helper.KeyName; } 324{ _helper.KeyName = value; } 335{ return _helper.ValueName; } 341{ _helper.ValueName = value; } 364if (_helper.ChildElementNamespace == null && !IsDictionary) 368_helper.ChildElementNamespace = tempChildElementNamespace; 370_childElementNamespace = _helper.ChildElementNamespace; 385get { return _helper.IsItemTypeNullable; } 391set { _helper.IsItemTypeNullable = value; } 402{ return _helper.IsConstructorCheckRequired; } 408{ _helper.IsConstructorCheckRequired = value; } 419{ return _helper.GetEnumeratorMethod; } 430{ return _helper.AddMethod; } 441{ return _helper.Constructor; } 452{ return _helper.KnownDataContracts; } 458{ _helper.KnownDataContracts = value; } 469{ return _helper.InvalidCollectionInSharedContractMessage; } 482if (_helper.XmlFormatWriterDelegate == null) 486if (_helper.XmlFormatWriterDelegate == null) 490_helper.XmlFormatWriterDelegate = tempDelegate; 494return _helper.XmlFormatWriterDelegate; 511if (_helper.XmlFormatReaderDelegate == null) 515if (_helper.XmlFormatReaderDelegate == null) 519_helper.XmlFormatReaderDelegate = tempDelegate; 523return _helper.XmlFormatReaderDelegate; 540if (_helper.XmlFormatGetOnlyCollectionReaderDelegate == null) 544if (_helper.XmlFormatGetOnlyCollectionReaderDelegate == null) 553_helper.XmlFormatGetOnlyCollectionReaderDelegate = tempDelegate; 557return _helper.XmlFormatGetOnlyCollectionReaderDelegate;