5 references to AllocateILMarker
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
1047
this.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
();