4 references to ILOffset
mscorlib (3)
system\reflection\emit\dynamicilgenerator.cs (1)
438
current.MarkCatchAddr(
ILOffset
, exceptionType);
system\reflection\emit\dynamicmethod.cs (1)
587
if (m_ilGenerator == null || m_ilGenerator.
ILOffset
== 0)
system\reflection\emit\methodbuilder.cs (1)
328
symWriter.CloseScope(il.
ILOffset
);
System.Core (1)
Microsoft\Scripting\Compiler\DebugInfoGenerator.cs (1)
58
MarkSequencePoint(method, ilg.
ILOffset
, sequencePoint);