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