4 references to CollectionCannotContainNulls
System.Xaml (4)
System\Xaml\Schema\XamlDirective.cs (1)
44throw new ArgumentException(SR.CollectionCannotContainNulls, nameof(xamlNamespaces));
System\Xaml\XamlSchemaContext.cs (2)
295throw new ArgumentException(SR.Format(SR.CollectionCannotContainNulls, "xamlTypeName.TypeArguments")); 319throw new ArgumentException(SR.Format(SR.CollectionCannotContainNulls, "typeArguments"));
System\Xaml\XamlType.cs (1)
1587throw new ArgumentException(SR.Format(SR.CollectionCannotContainNulls, "typeArguments"));