1 write to _tmpEventSourceList
Infrastructure.Common (1)
TestEventListener.cs (1)
54
_tmpEventSourceList
= null;
5 references to _tmpEventSourceList
Infrastructure.Common (5)
TestEventListener.cs (5)
51
lock (
_tmpEventSourceList
)
53
sources =
_tmpEventSourceList
;
64
List<EventSource> tmp =
_tmpEventSourceList
;
69
if (
_tmpEventSourceList
!= null)
71
_tmpEventSourceList
.Add(eventSource);