7 references to ThrowExceptionForErrorCode
Microsoft.Build.Framework (3)
NativeMethods.cs (3)
1046ThrowExceptionForErrorCode(errorCode); 1086ThrowExceptionForErrorCode(errorCode); 1554ThrowExceptionForErrorCode(code);
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
130NativeMethodsShared.ThrowExceptionForErrorCode(error);
Microsoft.Build.UnitTests.Shared (3)
DriveMapping.cs (3)
29NativeMethodsShared.ThrowExceptionForErrorCode(Marshal.GetLastWin32Error()); 42NativeMethodsShared.ThrowExceptionForErrorCode(Marshal.GetLastWin32Error()); 68NativeMethodsShared.ThrowExceptionForErrorCode(err);