3 references to ERROR_INVALID_PARAMETER
System.Core (3)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
64case (int) UnsafeNativeMethods.ERROR_INVALID_PARAMETER:
System\IO\__Error.cs (1)
191case UnsafeNativeMethods.ERROR_INVALID_PARAMETER:
System\IO\LogStream.cs (1)
234if (hr == UnsafeNativeMethods.ERROR_INVALID_PARAMETER)