1 write to _clause
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingExceptionHandlingClause.cs (1)
16
_clause
= clause;
8 references to _clause
System.Reflection.Context (8)
System\Reflection\Context\Delegation\DelegatingExceptionHandlingClause.cs (8)
21
get { return
_clause
.CatchType; }
26
get { return
_clause
.FilterOffset; }
31
get { return
_clause
.Flags; }
36
get { return
_clause
.HandlerLength; }
41
get { return
_clause
.HandlerOffset; }
46
get { return
_clause
.TryLength; }
51
get { return
_clause
.TryOffset; }
56
return
_clause
.ToString();