2 references to TryGetDictionaryAdder
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
70
if (
TryGetDictionaryAdder
(type, mayBeIDictionary: false, out addMethod))
97
bool isDictionary =
TryGetDictionaryAdder
(type, mayBeIDictionary: true, out result);