2 writes to _next
mscorlib (2)
system\Runtime\InteropServices\ComEventsSink.cs (2)
60
sink.
_next
= sinks;
87
current.
_next
= sink._next;
6 references to _next
mscorlib (6)
system\Runtime\InteropServices\ComEventsSink.cs (6)
53
sink = sink.
_next
;
68
sinks = sinks.
_next
;
80
sinks = sinks.
_next
;
83
while (current != null && current.
_next
!= sink)
84
current = current.
_next
;
87
current._next = sink.
_next
;