7 references to IfNull
Shared (7)
BufferWriterPool\BufferWriterPooledObjectPolicy.cs (1)
63
_ = Throw.
IfNull
(obj);
Debugger\DebuggerExtensions.cs (3)
28
_ = Throw.
IfNull
(services);
42
_ = Throw.
IfNull
(services);
56
_ = 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);