1 write to ItemType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
245
set { _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 });
746
DataContract.GetDataContract(
ItemType
);
753
_itemContract = DataContract.GetDataContract(
ItemType
);