2 references to RaisedEvent
xunit.assert (2)
EventAsserts.cs (2)
127 void handler(object? s, T args) => raisedEvent = new RaisedEvent<T>(s, args); 153 void handler(object? s, T args) => raisedEvent = new RaisedEvent<T>(s, args);