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