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