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