2 references to GetFinallyEndAddress
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (1)
907
exception->TryLength = m_exceptions[i].
GetFinallyEndAddress
() - exception->TryOffset;
system\reflection\emit\methodbuilder.cs (1)
287
m_exceptions[counter++] = new ExceptionHandler(start, excp[i].
GetFinallyEndAddress
(), filterAddrs[j], catchAddrs[j], catchEndAddrs[j], type[j], tkExceptionClass);