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