55 references to Throw
Microsoft.Extensions.DependencyInjection.AutoActivation (55)
AutoActivationExtensions.cs (29)
27
_ =
Throw
.IfNull(services);
60
_ =
Throw
.IfNull(services);
61
_ =
Throw
.IfNull(serviceType);
102
_ =
Throw
.IfNull(services);
103
_ =
Throw
.IfNull(implementationFactory);
121
_ =
Throw
.IfNull(services);
138
_ =
Throw
.IfNull(services);
139
_ =
Throw
.IfNull(implementationFactory);
155
_ =
Throw
.IfNull(services);
173
_ =
Throw
.IfNull(services);
174
_ =
Throw
.IfNull(serviceType);
193
_ =
Throw
.IfNull(services);
194
_ =
Throw
.IfNull(serviceType);
195
_ =
Throw
.IfNull(implementationFactory);
214
_ =
Throw
.IfNull(services);
215
_ =
Throw
.IfNull(serviceType);
216
_ =
Throw
.IfNull(implementationType);
232
_ =
Throw
.IfNull(services);
233
_ =
Throw
.IfNull(serviceType);
249
_ =
Throw
.IfNull(services);
250
_ =
Throw
.IfNull(serviceType);
251
_ =
Throw
.IfNull(implementationType);
264
_ =
Throw
.IfNull(services);
265
_ =
Throw
.IfNull(serviceType);
266
_ =
Throw
.IfNull(implementationFactory);
279
_ =
Throw
.IfNull(services);
294
_ =
Throw
.IfNull(services);
308
_ =
Throw
.IfNull(services);
309
_ =
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);