53 references to CorDbgHResults
libmscordaccore_universal (3)
Entrypoints.cs (3)
505? CorDbgHResults.CORDBG_E_READVIRTUAL_FAILURE 512return CorDbgHResults.CORDBG_E_TARGET_READONLY; 552return 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)
702throw Marshal.GetExceptionForHR(CorDbgHResults.E_UNEXPECTED)!; 739throw Marshal.GetExceptionForHR(CorDbgHResults.E_UNEXPECTED)!;
ClrDataMethodInstance.cs (1)
772hr = CorDbgHResults.E_UNEXPECTED;
ClrDataModule.cs (1)
567throw Marshal.GetExceptionForHR(CorDbgHResults.ERROR_INSUFFICIENT_BUFFER)!;
ClrDataTypeDefinition.cs (1)
145throw Marshal.GetExceptionForHR(CorDbgHResults.ERROR_INSUFFICIENT_BUFFER)!;
ClrDataTypeInstance.cs (1)
136hr = CorDbgHResults.ERROR_INSUFFICIENT_BUFFER;
ClrDataValue.cs (1)
182throw Marshal.GetExceptionForHR(/*ERROR_BUFFER_OVERFLOW*/ CorDbgHResults.ERROR_BUFFER_OVERFLOW)!;
Dbi\DacDbiImpl.cs (36)
325hr = CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED; 414throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_MISSING_METADATA)!; 492throw Marshal.GetExceptionForHR(CorDbgHResults.ERROR_INSUFFICIENT_BUFFER)!; 764hr = CorDbgHResults.CORDBG_S_NOT_ALL_BITS_SET; 903throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_NOTREADY)!; 935throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_NOTREADY)!; 1141throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_BAD_THREAD_STATE)!; 2032hr = CorDbgHResults.CORDBG_E_NON_MATCHING_CONTEXT; 2783throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_TARGET_INCONSISTENT)!; 2821throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_FUNCTION_NOT_IL)!; 2833throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_FUNCTION_NOT_IL)!; 2836throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_FUNCTION_NOT_IL)!; 3194throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3520throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3523throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3555throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3561throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3616throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3649throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3661throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3684?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3694?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3712?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3725?? throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 3965throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_ENC_HANGING_FIELD)!; 3981throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_ENC_HANGING_FIELD)!; 4046throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 4171throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_TARGET_INCONSISTENT)!; 4448throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_TARGET_INCONSISTENT)!; 5459throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 5611throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 5669throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_CLASS_NOT_LOADED)!; 6186throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!; 6194throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!; 6245throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!; 6250throw Marshal.GetExceptionForHR(CorDbgHResults.CORDBG_E_UNSUPPORTED_DELEGATE)!;
SOSDacImpl.cs (1)
3945return CorDbgHResults.E_UNEXPECTED;
StressTestApi\CdacStressApi.cs (1)
101return CorDbgHResults.ERROR_INSUFFICIENT_BUFFER;