2 writes to SeqPointsOpt
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
230
this.
SeqPointsOpt
= null;
1024
this.
SeqPointsOpt
= ArrayBuilder<RawSequencePoint>.GetInstance();
8 references to SeqPointsOpt
Microsoft.CodeAnalysis (8)
CodeGen\ILBuilder.cs (8)
227
if (this.
SeqPointsOpt
!= null)
229
this.
SeqPointsOpt
.Free();
974
if (this.
SeqPointsOpt
!= null)
981
foreach (var seqPoint in this.
SeqPointsOpt
)
1022
if (this.
SeqPointsOpt
== null)
1030
Debug.Assert(this.
SeqPointsOpt
.Count == 0);
1031
this.
SeqPointsOpt
.Add(new RawSequencePoint(syntaxTree, _initialHiddenSequencePointMarker, RawSequencePoint.HiddenSequencePointSpan));
1035
this.
SeqPointsOpt
.Add(new RawSequencePoint(syntaxTree, this.AllocateILMarker(), span));