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