5 references to AllocateILMarker
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
1047this.SeqPointsOpt.Add(new RawSequencePoint(syntaxTree, this.AllocateILMarker(), span)); 1089_initialHiddenSequencePointMarker = this.AllocateILMarker();
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\EmitStatement.cs (3)
152_asyncYieldPoints.Add(_builder.AllocateILMarker()); 158_asyncResumePoints.Add(_builder.AllocateILMarker()); 1225_asyncCatchHandlerOffset = _builder.AllocateILMarker();