2 writes to _connectionPoint
mscorlib (2)
system\Runtime\InteropServices\ComEventsSink.cs (2)
269
_connectionPoint
= cp;
283
_connectionPoint
= null;
4 references to _connectionPoint
mscorlib (4)
system\Runtime\InteropServices\ComEventsSink.cs (4)
259
BCLDebug.Assert(
_connectionPoint
== null, "comevent sink is already advised");
274
BCLDebug.Assert(
_connectionPoint
!= null, "can not unadvise from empty connection point");
277
_connectionPoint
.Unadvise(_cookie);
278
Marshal.ReleaseComObject(
_connectionPoint
);