2 instantiations of Singleton
Microsoft.AspNetCore.Authentication.Test (2)
DynamicSchemeTests.cs (2)
26s.Configure<TestOptions>("One", o => o.Instance = new Singleton()); 27s.Configure<TestOptions>("Two", o => o.Instance = new Singleton());
1 reference to Singleton
Microsoft.AspNetCore.Authentication.Test (1)
DynamicSchemeTests.cs (1)
93public Singleton Instance { get; set; }