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