2 references to TryGetCollectionAdder
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
75
if (
TryGetCollectionAdder
(type, mayBeICollection: false, out addMethod))
89
bool isCollection =
TryGetCollectionAdder
(type, mayBeICollection: true, out result);