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)
259BCLDebug.Assert(_connectionPoint == null, "comevent sink is already advised"); 274BCLDebug.Assert(_connectionPoint != null, "can not unadvise from empty connection point"); 277_connectionPoint.Unadvise(_cookie); 278Marshal.ReleaseComObject(_connectionPoint);