2 writes to _exceptionEventType
System.ServiceModel.NetNamedPipe (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
49
_exceptionEventType
= TraceEventType.Error;
73
set {
_exceptionEventType
= value; }
1 reference to _exceptionEventType
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
72
get { return
_exceptionEventType
; }