1 implementation of CreateInstance
Microsoft.AspNetCore.DataProtection (1)
SimpleActivator.cs (1)
32public virtual object CreateInstance([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] Type expectedBaseType, string implementationTypeName)
1 reference to CreateInstance
Microsoft.AspNetCore.DataProtection (1)
ActivatorExtensions.cs (1)
27return activator.CreateInstance(typeof(T), implementationTypeName) as T