2 references to 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
());