7 references to TypeOfKeyValue
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (4)
1039itemType = Globals.TypeOfKeyValue.MakeGenericType(genericArgs); 1156itemType = isOpenGeneric ? Globals.TypeOfKeyValue : Globals.TypeOfKeyValue.MakeGenericType(addMethodTypeArray); 1160itemType = Globals.TypeOfKeyValue.MakeGenericType(addMethodTypeArray);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
2142collectionDataContract.ItemType.GetGenericTypeDefinition() == Globals.TypeOfKeyValue)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
1125GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfKeyValue), Globals.TypeOfKeyValue.FullName);