5 references to ValidateBufferBounds
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (2)
156
ConnectionUtilities.
ValidateBufferBounds
(buffer, offset, size);
769
ValidateBufferBounds
(buffer.Array, buffer.Offset, buffer.Count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
370
ConnectionUtilities.
ValidateBufferBounds
(buffer, offset, size);
525
ConnectionUtilities.
ValidateBufferBounds
(buffer, offset, size);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
329
ConnectionUtilities.
ValidateBufferBounds
(buffer, offset, size);