2 references to TryGetCollectionAdder
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
73
if (
TryGetCollectionAdder
(type, false /*mayBeICollection*/, out addMethod))
87
bool isCollection =
TryGetCollectionAdder
(type, true /*mayBeICollection*/, out result);