1 write to _limit
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
358
_limit
= limit;
2 references to _limit
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
368
get { return
_limit
; }
400
if (newValue <=
_limit
)