3 references to ERROR_NOT_ENOUGH_MEMORY
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3218case UnsafeNativeMethods.ERROR_NOT_ENOUGH_MEMORY:
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
414case UnsafeNativeMethods.ERROR_NOT_ENOUGH_MEMORY:
System\ServiceModel\Channels\SocketConnection.cs (1)
1609else if (socketException.ErrorCode == UnsafeNativeMethods.ERROR_NOT_ENOUGH_MEMORY ||