8 references to AllocateILMarker
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
1024this.SeqPointsOpt.Add(new RawSequencePoint(syntaxTree, this.AllocateILMarker(), span)); 1066_initialHiddenSequencePointMarker = this.AllocateILMarker();
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (3)
152_asyncYieldPoints.Add(_builder.AllocateILMarker()); 158_asyncResumePoints.Add(_builder.AllocateILMarker()); 1200_asyncCatchHandlerOffset = _builder.AllocateILMarker();
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\EmitStatement.vb (3)
103_asyncYieldPoints.Add(_builder.AllocateILMarker()) 109_asyncResumePoints.Add(_builder.AllocateILMarker()) 270_asyncCatchHandlerOffset = _builder.AllocateILMarker()