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