5 writes to Events
Microsoft.AspNetCore.Authentication.Test (3)
TwitterTests.cs (3)
58
o.
Events
= new TwitterEvents
245
o.
Events
= new TwitterEvents()
349
o.
Events
= new TwitterEvents()
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterOptions.cs (1)
26
Events
= new TwitterEvents();
SocialSample (1)
Startup.cs (1)
89
o.
Events
= new TwitterEvents()
2 references to Events
Microsoft.AspNetCore.Authentication.Test (2)
TwitterTests.cs (2)
48
Assert.NotNull(options.
Events
);
205
o.
Events
.OnRemoteFailure = context => throw new InvalidOperationException("This event should not be called.");