Home
last modified time | relevance | path

Searched refs:ExceptionUtilities (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/
H A DCriticalDisposableObject.netstandard1.1.cs22 throw ExceptionUtilities.Unreachable; in ReleaseHandle()
25 throw ExceptionUtilities.Unreachable;
H A DExceptionUtilities.cs7 internal static class ExceptionUtilities class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/
H A DStringHeap.cs208 throw ExceptionUtilities.UnexpectedValue(handle.StringKind); in GetVirtualHandleString()
232 throw ExceptionUtilities.UnexpectedValue(handle.StringKind); in GetVirtualHandleMemoryBlock()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/Solution/
H A DSolutionFile.cs19 using ExceptionUtilities = Microsoft.Build.Shared.ExceptionHandling; typedef
518 …ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(!ExceptionUtilities.IsIoRelatedException(e… in ParseSolutionFile()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Ecma335/
H A DMetadataReaderExtensions.cs416 throw ExceptionUtilities.UnexpectedValue(treatment); in ResolveSignatureTypeKind()