2 writes to _cacheable
System.Runtime.Remoting (2)
channels\ipc\ipcport.cs (2)
40_cacheable = true; 49internal bool Cacheable{ get { return _cacheable;} set { _cacheable = value;} }
1 reference to _cacheable
System.Runtime.Remoting (1)
channels\ipc\ipcport.cs (1)
49internal bool Cacheable{ get { return _cacheable;} set { _cacheable = value;} }