2 references to GetReferencedGenericTypeInternal
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataContractSet.cs (2)
456type = GetReferencedGenericTypeInternal(dataContract.GenericInfo, out referencedContract, out genericParameters); 500Type? paramType = GetReferencedGenericTypeInternal(paramInfo, out paramContract, out object[]? paramParameters);