2 writes to _next
mscorlib (2)
system\Runtime\InteropServices\ComEventsMethod.cs (2)
135
method.
_next
= methods;
147
current.
_next
= method._next;
5 references to _next
mscorlib (5)
system\Runtime\InteropServices\ComEventsMethod.cs (5)
129
methods = methods.
_next
;
141
methods = methods.
_next
;
144
while (current != null && current.
_next
!= method)
145
current = current.
_next
;
147
current._next = method.
_next
;