1 type derived from SimpleActivator
Microsoft.AspNetCore.DataProtection (1)
TypeForwardingActivator.cs (1)
12
internal class TypeForwardingActivator :
SimpleActivator
2 instantiations of SimpleActivator
Microsoft.AspNetCore.DataProtection (2)
ActivatorExtensions.cs (1)
38
? (serviceProvider.GetService<IActivator>() ?? new
SimpleActivator
(serviceProvider))
SimpleActivator.cs (1)
21
internal static readonly SimpleActivator DefaultWithoutServices = new
SimpleActivator
(null);
3 references to SimpleActivator
Microsoft.AspNetCore.DataProtection (3)
ActivatorExtensions.cs (1)
39
:
SimpleActivator
.DefaultWithoutServices;
SimpleActivator.cs (2)
19
/// A default <see cref="
SimpleActivator
"/> whose wrapped <see cref="IServiceProvider"/> is null.
21
internal static readonly
SimpleActivator
DefaultWithoutServices = new SimpleActivator(null);