2 writes to Pressure
System.Web.Services (2)
System\Web\Services\Protocols\ServerProtocol.cs (2)
280
return item.Pressure < threshold ? Interlocked.Increment(ref item.
Pressure
) >= threshold : false;
285
new ServerProtocolCachePressure {
Pressure
= 1 },
1 reference to Pressure
System.Web.Services (1)
System\Web\Services\Protocols\ServerProtocol.cs (1)
280
return item.
Pressure
< threshold ? Interlocked.Increment(ref item.Pressure) >= threshold : false;