15 references to IfNull
Shared (15)
BufferWriterPool\BufferWriterPooledObjectPolicy.cs (1)
63
_ = Throw.
IfNull
(obj);
Debugger\DebuggerExtensions.cs (3)
28
_ = Throw.
IfNull
(services);
42
_ = Throw.
IfNull
(services);
56
_ = Throw.
IfNull
(services);
JsonSchemaExporter\JsonSchemaExporter.cs (3)
52
_ = Throw.
IfNull
(options);
53
_ = Throw.
IfNull
(type);
72
_ = Throw.
IfNull
(typeInfo);
JsonSchemaExporter\JsonSchemaExporter.ReflectionHelpers.cs (5)
44
_jsonTypeInfo_ElementType = Throw.
IfNull
(elementTypeProperty);
56
_jsonPropertyInfo_MemberName = Throw.
IfNull
(memberName);
71
_nullableConverter_ElementConverter_Generic = Throw.
IfNull
(genericFieldInfo);
88
_enumConverter_Options_Generic = Throw.
IfNull
(genericFieldInfo);
97
_enumConverter_NamingPolicy_Generic = Throw.
IfNull
(genericFieldInfo);
Memoization\MemoizedFunction.cs (2)
68
_function = Throw.
IfNull
(function);
141
_function = Throw.
IfNull
(function);
Pools\PoolFactory.cs (1)
57
_ = Throw.
IfNull
(policy);