6 references to ClassWithBothCtors
Microsoft.AspNetCore.DataProtection.Tests (6)
ActivatorTests.cs (6)
25
var
retVal3 = (
ClassWithBothCtors
)activator.CreateInstance<object>(typeof(
ClassWithBothCtors
).AssemblyQualifiedName);
46
var
retVal3 = (
ClassWithBothCtors
)activator.CreateInstance<object>(typeof(
ClassWithBothCtors
).AssemblyQualifiedName);