3 writes to connection
System.Web.Services (3)
System\Web\Services\Protocols\RemoteDebugger.cs (3)
107
connection
= (INotifyConnection2)unk;
109
connection
= null;
150
connection
= null;
9 references to connection
System.Web.Services (9)
System\Web\Services\Protocols\RemoteDebugger.cs (9)
88
if (
connection
== null && getConnection) {
90
if (
connection
== null) {
114
return
connection
;
134
if (
connection
!= null) {
136
if (
connection
!= null) {
141
Marshal.ReleaseComObject(
connection
);
157
if (this.notifySink != null &&
connection
!= null) {
159
if (this.notifySink != null &&
connection
!= null) {
164
UnsafeNativeMethods.UnregisterNotifySource(
connection
, this);