53 references to CorDbgHResults
libmscordaccore_universal (3)
Entrypoints.cs (3)
501? CorDbgHResults.CORDBG_E_READVIRTUAL_FAILURE 508return CorDbgHResults.CORDBG_E_TARGET_READONLY; 548return CorDbgHResults.CORDBG_E_TARGET_READONLY;
Microsoft.Diagnostics.DataContractReader.Abstractions (3)
VirtualReadException.cs (3)
18HResult = CorDbgHResults.CORDBG_E_READVIRTUAL_FAILURE; 27HResult = CorDbgHResults.CORDBG_E_READVIRTUAL_FAILURE; 37HResult = CorDbgHResults.CORDBG_E_READVIRTUAL_FAILURE;
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Debugger\Debugger_1.cs (1)
274throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_NOTREADY)!;
Contracts\EcmaMetadata_1.cs (1)
501throw Marshal.GetExceptionForHR(CorDbgHResults.CLDB_E_FILE_CORRUPT)!;
Microsoft.Diagnostics.DataContractReader.Legacy (45)
ClrDataMethodDefinition.cs (2)
690throw Marshal.GetExceptionForHR(CorDbgHResults.E_UNEXPECTED)!; 727throw Marshal.GetExceptionForHR(CorDbgHResults.E_UNEXPECTED)!;
ClrDataMethodInstance.cs (1)
771hr = CorDbgHResults.E_UNEXPECTED;
ClrDataModule.cs (1)
589throw Marshal.GetExceptionForHR(CorDbgHResults.ERROR_INSUFFICIENT_BUFFER)!;
ClrDataTypeDefinition.cs (1)
154throw Marshal.GetExceptionForHR(CorDbgHResults.ERROR_INSUFFICIENT_BUFFER)!;
ClrDataTypeInstance.cs (1)
145hr = CorDbgHResults.ERROR_INSUFFICIENT_BUFFER;
ClrDataValue.cs (1)
182throw Marshal.GetExceptionForHR(/*ERROR_BUFFER_OVERFLOW*/ CorDbgHResults.ERROR_BUFFER_OVERFLOW)!;
Dbi\DacDbiImpl.cs (36)
344hr = CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED; 433throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_MISSING_METADATA)!; 511throw Marshal.GetExceptionForHR(CorDbgHResults.ERROR_INSUFFICIENT_BUFFER)!; 783hr = CorDbgHResults.CORDBG_S_NOT_ALL_BITS_SET; 922throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_NOTREADY)!; 954throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_NOTREADY)!; 1160throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_BAD_THREAD_STATE)!; 2051hr = CorDbgHResults.CORDBG_E_NON_MATCHING_CONTEXT; 2802throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_TARGET_INCONSISTENT)!; 2840throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_FUNCTION_NOT_IL)!; 2852throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_FUNCTION_NOT_IL)!; 2855throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_FUNCTION_NOT_IL)!; 3213throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3539throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3542throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3574throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3580throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3635throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3668throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3680throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3703?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3713?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3731?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3744?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3984throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_ENC_HANGING_FIELD)!; 4000throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_ENC_HANGING_FIELD)!; 4065throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 4190throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_TARGET_INCONSISTENT)!; 4467throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_TARGET_INCONSISTENT)!; 5478throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 5630throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 5688throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 6205throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!; 6213throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!; 6264throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!; 6269throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!;
SOSDacImpl.cs (1)
3970return CorDbgHResults.E_UNEXPECTED;
StressTestApi\CdacStressApi.cs (1)
101return CorDbgHResults.ERROR_INSUFFICIENT_BUFFER;