1 write to ItemType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
245set { _helper.ItemType = value; }
4 references to ItemType
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (4)
244{ return _helper.ItemType; } 744_itemContract = ClassDataContract.CreateClassDataContractForKeyValue(ItemType, Namespace, new string[] { KeyName, ValueName }); 746DataContract.GetDataContract(ItemType); 753_itemContract = DataContract.GetDataContract(ItemType);