2 references to RawSequencePoint
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
1031
this.SeqPointsOpt.Add(new
RawSequencePoint
(syntaxTree, _initialHiddenSequencePointMarker, RawSequencePoint.HiddenSequencePointSpan));
1035
this.SeqPointsOpt.Add(new
RawSequencePoint
(syntaxTree, this.AllocateILMarker(), span));