1 reference to m_exceptionHandlingClauses
mscorlib (1)
system\reflection\methodbody.cs (1)
135
public virtual IList<ExceptionHandlingClause> ExceptionHandlingClauses { get { return Array.AsReadOnly(
m_exceptionHandlingClauses
); } }