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