1 write to DefaultFactory
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
292DefaultFactory = defaultFactory;
2 references to DefaultFactory
Microsoft.AspNetCore.Owin (2)
OwinEnvironment.cs (2)
319if (value == null && DefaultFactory != null) 321value = DefaultFactory();