4 references to CollectionCannotContainNulls
System.Xaml (4)
System\Xaml\Schema\XamlDirective.cs (1)
47throw new ArgumentException(SR.CollectionCannotContainNulls, nameof(xamlNamespaces));
System\Xaml\XamlSchemaContext.cs (2)
286throw new ArgumentException(SR.Format(SR.CollectionCannotContainNulls, "xamlTypeName.TypeArguments")); 308throw new ArgumentException(SR.Format(SR.CollectionCannotContainNulls, "typeArguments"));
System\Xaml\XamlType.cs (1)
1480throw new ArgumentException(SR.Format(SR.CollectionCannotContainNulls, "typeArguments"));