3 references to TypeOfICollectionGeneric
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
1157
expectedTypeName, expectedTypeNs, DataContract.GetClrTypeFullName(Globals.TypeOfIListGeneric), DataContract.GetClrTypeFullName(Globals.
TypeOfICollectionGeneric
))));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
606
Globals.
TypeOfICollectionGeneric
,
1048
var collectionType = Globals.
TypeOfICollectionGeneric
.MakeGenericType(itemType);