7 references to PortSharing
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceCode.cs (6)
312public const int PortSharingClosed = TraceCode.PortSharing | 0X0001; 313public const int PortSharingDuplicatedPipe = TraceCode.PortSharing | 0X0002; 314public const int PortSharingDupHandleGranted = TraceCode.PortSharing | 0X0003; 315public const int PortSharingDuplicatedSocket = TraceCode.PortSharing | 0X0004; 316public const int PortSharingListening = TraceCode.PortSharing | 0X0005; 318public const int SharedManagerServiceEndpointNotExist = TraceCode.PortSharing | 0X000E;
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (1)
213case TraceCode.PortSharing: