4 references to TryGetReferencedType
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (4)
540if (TryGetReferencedType(dataContract.StableName, dataContract, out type) && (info = type.GetTypeInfo()) != null 639if (!TryGetReferencedType(GenericDictionaryName, GenericDictionaryContract, out type)) 661if (SupportsGenericTypeReference && TryGetReferencedType(GenericListName, GenericListContract, out type)) 699if (!TryGetReferencedType(genInfo.StableName, null, out type))