1 write to _asyncCatchHandlerOffset
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
270
_asyncCatchHandlerOffset
= _builder.AllocateILMarker()
4 references to _asyncCatchHandlerOffset
Microsoft.CodeAnalysis.VisualBasic (4)
CodeGen\CodeGenerator.vb (3)
106
Debug.Assert(
_asyncCatchHandlerOffset
< 0)
116
Debug.Assert(
_asyncCatchHandlerOffset
>= 0)
117
asyncCatchHandlerOffset = _builder.GetILOffsetFromMarker(
_asyncCatchHandlerOffset
)
CodeGen\EmitStatement.vb (1)
269
Debug.Assert(
_asyncCatchHandlerOffset
< 0)