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