1 write to DefaultFactory
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
370DefaultFactory = defaultFactory;
2 references to DefaultFactory
Microsoft.AspNetCore.Owin (2)
OwinEnvironment.cs (2)
397if (value == null && DefaultFactory != null) 399value = DefaultFactory();