3 references to Typed
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
473
return ExceptionClauseInfo.ExceptionClauseFlags.
Typed
;
477
private static bool IsTypedHandler(ExceptionClauseInfo.ExceptionClauseFlags flags) => flags == ExceptionClauseInfo.ExceptionClauseFlags.
Typed
;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
4667
ExceptionClauseInfo.ExceptionClauseFlags.
Typed
=> DACEHInfo.EHClauseType.EHTyped,