7 references to IfNull
Shared (7)
BufferWriterPool\BufferWriterPooledObjectPolicy.cs (1)
63
_ = Throw.
IfNull
(obj);
Debugger\DebuggerExtensions.cs (3)
27
_ = Throw.
IfNull
(services);
41
_ = Throw.
IfNull
(services);
55
_ = Throw.
IfNull
(services);
Memoization\MemoizedFunction.cs (2)
68
_function = Throw.
IfNull
(function);
141
_function = Throw.
IfNull
(function);
Pools\PoolFactory.cs (1)
57
_ = Throw.
IfNull
(policy);