9 references to ItemType
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\CollectionDataContract.cs (9)
154
internal Type ItemType => _helper.
ItemType
;
619
_itemContract = ClassDataContract.CreateClassDataContractForKeyValue(
ItemType
, Namespace, new string[] { KeyName, ValueName });
621
DataContract.GetDataContract(
ItemType
);
625
_itemContract = DataContract.GetDataContract(
ItemType
);
766
MethodInfo? buildIncrementCollectionCountDelegate = GetBuildIncrementCollectionCountGenericDelegate(
ItemType
);
772
MethodInfo? buildIncrementCollectionCountDelegate = GetBuildIncrementCollectionCountGenericDelegate(typeof(KeyValuePair<,>).MakeGenericType(
ItemType
.GetGenericArguments()));
820
Type[]? keyValueTypes =
ItemType
.GetGenericArguments();
849
Type[] keyValueTypes =
ItemType
.GetGenericArguments();
878
&& interfaceType.GetGenericArguments()[0] ==
ItemType
)