2 references to TryGetReferencedDictionaryType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
602if (!TryGetReferencedDictionaryType(collectionContract, out typeReference)) 1137bool foundDictionaryBase = TryGetReferencedDictionaryType(collectionContract, out baseTypeReference);