1 write to _HResult
mscorlib (1)
system\exception.cs (1)
886_HResult = value;
21 references to _HResult
mscorlib (21)
system\exception.cs (2)
882return _HResult; 954return nIsTransient(_HResult);
system\resources\manifestbasedresourcegroveler.cs (1)
567int hr = fle._HResult;
system\runtime\interopservices\typelibconverter.cs (1)
571if (e._HResult != System.__HResults.COR_E_TYPELOAD) // type not found
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (4)
183if (__HResults.E_BOUNDS == ex._HResult) 201if (__HResults.E_BOUNDS == ex._HResult) 219if (__HResults.E_BOUNDS == ex._HResult) 237if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
392e.SetErrorCode(elementCastException._HResult);
system\runtime\interopservices\windowsruntime\imapviewtoireadonlydictionaryadapter.cs (2)
103if (__HResults.E_BOUNDS == ex._HResult) 124if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\ivectorviewtoireadonlylistadapter.cs (1)
57if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\maptodictionaryadapter.cs (2)
126if (__HResults.E_BOUNDS == ex._HResult) 172if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\interopservices\windowsruntime\vectortolistadapter.cs (4)
112if (__HResults.E_BOUNDS == ex._HResult) 130if (__HResults.E_BOUNDS == ex._HResult) 148if (__HResults.E_BOUNDS == ex._HResult) 166if (__HResults.E_BOUNDS == ex._HResult)
system\runtime\remoting\redirectionproxy.cs (2)
131((comException._HResult == RPC_S_SERVER_UNAVAILABLE) || 132(comException._HResult == RPC_S_CALL_FAILED_DNE)))
system\stubhelpers.cs (1)
1506return ex._HResult;