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