2 references to TryGetReferencedDictionaryType
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
617if (!TryGetReferencedDictionaryType(collectionContract, out typeReference)) 1229bool foundDictionaryBase = TryGetReferencedDictionaryType(collectionContract, out baseTypeReference);