2 writes to m_kind
mscorlib (2)
system\reflection\emit\methodbuilder.cs (2)
1525
m_kind
= kind;
1545
m_kind
= (ExceptionHandlingClauseOptions)kind;
4 references to m_kind
mscorlib (4)
system\reflection\emit\methodbuilder.cs (4)
1448
get { return
m_kind
; }
1570
return m_exceptionClass ^ m_tryStartOffset ^ m_tryEndOffset ^ m_filterOffset ^ m_handlerStartOffset ^ m_handlerEndOffset ^ (int)
m_kind
;
1587
other.
m_kind
==
m_kind
;