3 implementations of CreateInstance
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\NegotiateStateFactory.cs (1)
8
public INegotiateState
CreateInstance
()
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
EventTests.cs (1)
485
public INegotiateState
CreateInstance
() => new TestNegotiateState();
NegotiateHandlerTests.cs (1)
516
public INegotiateState
CreateInstance
() => new TestNegotiateState();
1 reference to CreateInstance
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
132
_negotiateState ??= Options.StateFactory.
CreateInstance
();