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