Home
last modified time | relevance | path

Searched refs:IsIoRelatedException (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DTouch.cs193 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in CreateFile()
262 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in TouchFile()
277 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in TouchFile()
292 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in TouchFile()
H A DRemoveDir.cs136 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in RemoveDirectory()
174 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in RemoveReadOnlyAttributeRecursively()
H A DSGen.cs52 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e))
351 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in GenerateCommandLineCommands()
H A DMakeDir.cs91 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
H A DDelete.cs119 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
H A DGetAssemblyIdentity.cs71 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
H A DStateFileBase.cs147 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in DeleteFile()
H A DCopy.cs600 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in DoCopyIfNecessary()
627 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in DoCopyWithRetries()
H A DFileState.cs212 if (!ExceptionHandling.IsIoRelatedException(_exceptionThrown)) in ThrowNonIoExceptionIfPending()
H A DMove.cs188 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
H A DResolveKeySource.cs209 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in ResolveAssemblyKey()
H A DCreateManifestResourceName.cs227 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/ListOperators/
H A DFindUnderPath.cs90 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
110 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/
H A DFileLogger.cs106 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in InitializeFileLogger()
135 catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) in Write()
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DFileUtilities.cs607 catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) in GetFullPathNoThrow()
680 catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) in DeleteNoThrow()
717 catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) in DeleteDirectoryNoThrow()
776 catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) in IsRootedNoThrow()
804 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in GetFileInfoNoThrow()
H A DExceptionHandling.cs117 return !IsIoRelatedException(e); in NotExpectedException()
125 internal static bool IsIoRelatedException(Exception e) in IsIoRelatedException() method in Microsoft.Build.AppxPackage.Shared.ExceptionHandling
H A DToolsetElement.cs71 catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) in ReadToolsetConfigurationSection()
98 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in ConfigurationFileMayHaveToolsets()
H A DTempFileUtilities.cs116 catch (Exception ex) when (ExceptionHandling.IsIoRelatedException(ex)) in GetTemporaryFile()
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DToolset.cs732 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in GetTaskFiles()
983 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in InitializeProperties()
1025 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in RegisterOverrideTasks()
1101 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in LoadAndRegisterFromTasksFile()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/AppConfig/
H A DAppConfig.cs48 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Load()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/FileIO/
H A DReadLinesFromFile.cs80 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
H A DWriteLinesToFile.cs154 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in Execute()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/Conditionals/
H A DFunctionCallExpressionNode.cs61 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in BoolEvaluate()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/AssemblyDependency/
H A DResolver.cs340 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in ResolveFromDirectory()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/RequestBuilder/
H A DTargetUpToDateChecker.cs969 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in IsAnyOutOfDate()
994 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in IsAnyOutOfDate()
1029 catch (Exception e) when (ExceptionHandling.IsIoRelatedException(e)) in IsAnyOutOfDate()

12