2 writes to _mode
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
553
_mode
= mode;
570
_mode
= mode;
2 references to _mode
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
575
public WellKnownObjectMode Mode { get { return
_mode
; } }
596
"; mode=" +
_mode
.ToString();