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