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