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