2 implementations of IMessageSource
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
12internal abstract class SessionConnectionReader : IMessageSource
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
458protected class WebSocketMessageSource : IMessageSource
3 references to IMessageSource
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SynchronizedMessageSource.cs (2)
14private IMessageSource _source; 17public SynchronizedMessageSource(IMessageSource source)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
265protected void SetMessageSource(IMessageSource messageSource)