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