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