2 writes to SeqPointsOpt
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
228
this.
SeqPointsOpt
= null;
1022
this.
SeqPointsOpt
= ArrayBuilder<RawSequencePoint>.GetInstance();
8 references to SeqPointsOpt
Microsoft.CodeAnalysis (8)
CodeGen\ILBuilder.cs (8)
225
if (this.
SeqPointsOpt
!= null)
227
this.
SeqPointsOpt
.Free();
972
if (this.
SeqPointsOpt
!= null)
979
foreach (var seqPoint in this.
SeqPointsOpt
)
1020
if (this.
SeqPointsOpt
== null)
1028
Debug.Assert(this.
SeqPointsOpt
.Count == 0);
1029
this.
SeqPointsOpt
.Add(new RawSequencePoint(syntaxTree, _initialHiddenSequencePointMarker, RawSequencePoint.HiddenSequencePointSpan));
1033
this.
SeqPointsOpt
.Add(new RawSequencePoint(syntaxTree, this.AllocateILMarker(), span));