2 references to IsDisposed
System.Runtime.Remoting (2)
channels\ipc\portcache.cs (2)
117
if (connection == null || connection.Port.
IsDisposed
)
135
if (port.Cacheable && (connection == null || connection.Port.
IsDisposed
))