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