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