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