2 writes to _maxReceivedMessageSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
100_maxReceivedMessageSize = elementToBeCloned._maxReceivedMessageSize; 289set { _maxReceivedMessageSize = value; }
2 references to _maxReceivedMessageSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
100_maxReceivedMessageSize = elementToBeCloned._maxReceivedMessageSize; 288get { return _maxReceivedMessageSize; }