4 references to ClrDataExceptionState
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataExceptionState.cs (1)
99
exState.Interface = new
ClrDataExceptionState
(
ClrDataTask.cs (2)
163
exception.Interface = new
ClrDataExceptionState
(_target, _address, (uint)CLRDataExceptionStateFlag.CLRDATA_EXCEPTION_DEFAULT, TargetPointer.Null, thrownObjectHandle, threadData.FirstNestedException, legacyExceptionState, _apiLock);
250
exception.Interface = new
ClrDataExceptionState
(_target, _address, (uint)CLRDataExceptionStateFlag.CLRDATA_EXCEPTION_PARTIAL, TargetPointer.Null, thrownObjectHandle, TargetPointer.Null, legacyExceptionState, _apiLock);
SOSDacImpl.IXCLRDataProcess.cs (1)
1244
ClrDataExceptionState exceptionState =
new
(