19 references to ItemType
dotnet-svcutil-lib (19)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (7)
366
XmlDictionaryString tempChildElementNamespace = ClassDataContract.GetChildNamespaceToDeclare(this,
ItemType
, new XmlDictionary());
1346
if (
ItemType
!= null && !IsTypeVisible(
ItemType
))
1353
DataContract.GetClrTypeFullName(
ItemType
)),
1406
if (
ItemType
!= null && !IsTypeVisible(
ItemType
))
1413
DataContract.GetClrTypeFullName(
ItemType
)),
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
2142
collectionDataContract.
ItemType
.GetGenericTypeDefinition() == Globals.TypeOfKeyValue)
2144
DataContract itemDataContract = DataContract.GetDataContract(Globals.TypeOfKeyValuePair.MakeGenericType(collectionDataContract.
ItemType
.GetGenericArguments()));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (2)
281
if (collectionContract.
ItemType
!= null)
282
return GetDataContract(collectionContract.
ItemType
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
501
Type itemType = collectionContract.
ItemType
;
640
Type itemType = collectionContract.
ItemType
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (5)
316
Type itemType = collectionContract.
ItemType
;
348
incrementCollectionCountMethod = XmlFormatGeneratorStatics.IncrementCollectionCountGenericMethod.MakeGenericMethod(collectionContract.
ItemType
);
351
incrementCollectionCountMethod = XmlFormatGeneratorStatics.IncrementCollectionCountGenericMethod.MakeGenericMethod(Globals.TypeOfKeyValuePair.MakeGenericType(collectionContract.
ItemType
.GetGenericArguments()));
365
keyValueTypes = collectionContract.
ItemType
.GetGenericArguments();
400
&& interfaceType.GetGenericArguments()[0] == collectionContract.
ItemType
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
296
DataContract itemContract = GetDataContract(GetSurrogatedType(collectionContract.
ItemType
));