5 references to ReferenceIsNull
System.Xaml (5)
System\Xaml\NameScope.cs (3)
145
throw new ArgumentException(SR.Format(SR.
ReferenceIsNull
, "item.Key"), nameof(item));
150
throw new ArgumentException(SR.Format(SR.
ReferenceIsNull
, "item.Value"), nameof(item));
160
throw new ArgumentException(SR.Format(SR.
ReferenceIsNull
, "item.Key"), nameof(item));
System\Xaml\XamlSchemaContext.cs (2)
279
throw new ArgumentException(SR.Format(SR.
ReferenceIsNull
, "xamlTypeName.Name"), nameof(xamlTypeName));
284
throw new ArgumentException(SR.Format(SR.
ReferenceIsNull
, "xamlTypeName.Namespace"), nameof(xamlTypeName));