4 references to EventData
InMemory.FunctionalTests (4)
EventSourceTests.cs (4)
79
var events = _listener.
EventData
.Where(e => e != null && GetProperty(e, "connectionId") == connectionId).ToList();
204
var events = _listener.
EventData
.Where(e => e != null && GetProperty(e, "connectionId") == connectionId).ToList();
308
var events = _listener.
EventData
.Where(e => e != null && GetProperty(e, "connectionId") == connectionId).ToList();
389
var events = _listener.
EventData
.Where(e => e != null && GetProperty(e, "connectionId") == connectionId).ToList();