Base:
2 overrides of Write
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs (1)
52public override void Write(byte[] buffer, int offset, int count)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TimeoutStream.cs (1)
62public override void Write(byte[] buffer, int offset, int count)
1 reference to Write
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MaxMessageSizeStream.cs (1)
55base.Write(buffer, offset, count);