4 instantiations of TestClass
Microsoft.AspNetCore.Shared.Tests (4)
PropertyActivatorTest.cs (4)
16
var instance = new
TestClass
();
39
var instance = new
TestClass
();
55
var instance = new
TestClass
();
79
var instance = new
TestClass
();
6 references to TestClass
Microsoft.AspNetCore.Shared.Tests (6)
PropertyActivatorTest.cs (6)
16
var
instance = new TestClass();
39
var
instance = new TestClass();
55
var
instance = new TestClass();
61
type: typeof(
TestClass
),
79
var
instance = new TestClass();
85
type: typeof(
TestClass
),