55 references to Throw
Microsoft.Extensions.DependencyInjection.AutoActivation (55)
AutoActivationExtensions.cs (29)
26
_ =
Throw
.IfNull(services);
59
_ =
Throw
.IfNull(services);
60
_ =
Throw
.IfNull(serviceType);
101
_ =
Throw
.IfNull(services);
102
_ =
Throw
.IfNull(implementationFactory);
120
_ =
Throw
.IfNull(services);
137
_ =
Throw
.IfNull(services);
138
_ =
Throw
.IfNull(implementationFactory);
154
_ =
Throw
.IfNull(services);
172
_ =
Throw
.IfNull(services);
173
_ =
Throw
.IfNull(serviceType);
192
_ =
Throw
.IfNull(services);
193
_ =
Throw
.IfNull(serviceType);
194
_ =
Throw
.IfNull(implementationFactory);
213
_ =
Throw
.IfNull(services);
214
_ =
Throw
.IfNull(serviceType);
215
_ =
Throw
.IfNull(implementationType);
231
_ =
Throw
.IfNull(services);
232
_ =
Throw
.IfNull(serviceType);
248
_ =
Throw
.IfNull(services);
249
_ =
Throw
.IfNull(serviceType);
250
_ =
Throw
.IfNull(implementationType);
263
_ =
Throw
.IfNull(services);
264
_ =
Throw
.IfNull(serviceType);
265
_ =
Throw
.IfNull(implementationFactory);
278
_ =
Throw
.IfNull(services);
293
_ =
Throw
.IfNull(services);
307
_ =
Throw
.IfNull(services);
308
_ =
Throw
.IfNull(implementationFactory);
AutoActivationExtensions.Keyed.cs (25)
26
_ =
Throw
.IfNull(services);
63
_ =
Throw
.IfNull(services);
64
_ =
Throw
.IfNull(serviceType);
109
_ =
Throw
.IfNull(services);
110
_ =
Throw
.IfNull(implementationFactory);
184
_ =
Throw
.IfNull(services);
185
_ =
Throw
.IfNull(serviceType);
206
_ =
Throw
.IfNull(services);
207
_ =
Throw
.IfNull(serviceType);
208
_ =
Throw
.IfNull(implementationFactory);
229
_ =
Throw
.IfNull(services);
230
_ =
Throw
.IfNull(serviceType);
231
_ =
Throw
.IfNull(implementationType);
249
_ =
Throw
.IfNull(services);
250
_ =
Throw
.IfNull(serviceType);
268
_ =
Throw
.IfNull(services);
269
_ =
Throw
.IfNull(serviceType);
270
_ =
Throw
.IfNull(implementationType);
288
_ =
Throw
.IfNull(services);
289
_ =
Throw
.IfNull(serviceType);
290
_ =
Throw
.IfNull(implementationFactory);
306
_ =
Throw
.IfNull(services);
324
_ =
Throw
.IfNull(services);
342
_ =
Throw
.IfNull(services);
343
_ =
Throw
.IfNull(implementationFactory);
AutoActivationHostedService.cs (1)
21
_options =
Throw
.IfMemberNull(options, options.Value);