7 references to ThrowExceptionForErrorCode
Microsoft.Build.Framework (3)
NativeMethods.cs (3)
1052ThrowExceptionForErrorCode(errorCode); 1092ThrowExceptionForErrorCode(errorCode); 1583ThrowExceptionForErrorCode(code);
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
129NativeMethodsShared.ThrowExceptionForErrorCode(error);
Microsoft.Build.UnitTests.Shared (3)
DriveMapping.cs (3)
29NativeMethodsShared.ThrowExceptionForErrorCode(Marshal.GetLastWin32Error()); 42NativeMethodsShared.ThrowExceptionForErrorCode(Marshal.GetLastWin32Error()); 68NativeMethodsShared.ThrowExceptionForErrorCode(err);