1 write to isCatchAllHandler
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
4672
ehInfo.
isCatchAllHandler
= clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
4 references to isCatchAllHandler
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
4613
Debug.Assert(pEHInfo->
isCatchAllHandler
== expectedEhClause.
isCatchAllHandler
, $"cDAC: {expectedEhClause.
isCatchAllHandler
}, DAC: {pEHInfo->
isCatchAllHandler
}");