6 references to OrThrowIfNull
Microsoft.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.cs (1)
204ManagedDataObject.TryGetData(typeof(T).FullName.OrThrowIfNull(), out data);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
598public object? GetData(Type format) => GetData(format.FullName.OrThrowIfNull()); 599public bool GetDataPresent(Type format) => GetDataPresent(format.FullName.OrThrowIfNull()); 716typeof(T).FullName.OrThrowIfNull(),
System\Private\Windows\Ole\DataObjectExtensions.cs (1)
14if (filePaths.OrThrowIfNull().Count == 0)
System\Private\Windows\Ole\DataStore.cs (1)
109SetData(format.FullName.OrThrowIfNull(), data);