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