6 references to GetEndAddress
mscorlib (6)
system\reflection\emit\dynamicilgenerator.cs (1)
905
exception->TryLength = m_exceptions[i].
GetEndAddress
() - exception->TryOffset;
system\reflection\emit\ilgenerator.cs (4)
1615
Contract.Assert(exc.
GetEndAddress
() !=
GetEndAddress
(),
1617
if (exc.
GetEndAddress
() >
GetEndAddress
())
system\reflection\emit\methodbuilder.cs (1)
268
end = excp[i].
GetEndAddress
();