3 writes to transportType
SMSvcHost (3)
System\ServiceModel\Activation\MessageQueue.cs (3)
45transportType = TransportType.Unsupported; 423transportType = TransportType.Tcp; 433transportType = TransportType.NamedPipe;
5 references to transportType
SMSvcHost (5)
System\ServiceModel\Activation\MessageQueue.cs (5)
80return transportType; 199OnDispatchFailure(transportType); 212OnDispatchFailure(transportType); 417if (transportType == TransportType.NamedPipe) 427if (transportType == TransportType.Tcp)