4 references to TryGetReferencedType
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeExporter.cs (4)
543if (TryGetReferencedType(dataContract.StableName, dataContract, out type) 641if (!TryGetReferencedType(GenericDictionaryName, GenericDictionaryContract, out type)) 663if (SupportsGenericTypeReference && TryGetReferencedType(GenericListName, GenericListContract, out type)) 701if (!TryGetReferencedType(genInfo.StableName, null, out type))