14 references to ThrowIfNull
Microsoft.Private.Windows.Core (14)
src\Microsoft.Private.Windows.Polyfills\Exceptions\ArgumentExtensions.cs (2)
54ArgumentNullException.ThrowIfNull(argument, paramName); 61ArgumentNullException.ThrowIfNull(argument, paramName);
System\ArgumentValidation.cs (1)
10ArgumentNullException.ThrowIfNull(argument, paramName);
System\IO\StreamExtensions.cs (1)
17ArgumentNullException.ThrowIfNull(stream);
System\Private\Windows\Ole\DataStore.cs (2)
108ArgumentNullException.ThrowIfNull(format); 120ArgumentNullException.ThrowIfNull(data);
System\Private\Windows\Ole\DragDropHelper.cs (5)
134ArgumentNullException.ThrowIfNull(dataObject); 195ArgumentNullException.ThrowIfNull(dataObject); 243ArgumentNullException.ThrowIfNull(e); 259ArgumentNullException.ThrowIfNull(dataObject); 340ArgumentNullException.ThrowIfNull(dataObject);
System\Private\Windows\Ole\TypeBinder.cs (1)
104ArgumentNullException.ThrowIfNull(typeName);
System\Value.cs (2)
552ArgumentNullException.ThrowIfNull(array, nameof(segment)); 571ArgumentNullException.ThrowIfNull(array, nameof(segment));