2 writes to SeqPointsOpt
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilder.cs (2)
240
this.
SeqPointsOpt
= null;
1036
this.
SeqPointsOpt
= ArrayBuilder<RawSequencePoint>.GetInstance();
8 references to SeqPointsOpt
Microsoft.CodeAnalysis (8)
CodeGen\ILBuilder.cs (8)
237
if (this.
SeqPointsOpt
!= null)
239
this.
SeqPointsOpt
.Free();
986
if (this.
SeqPointsOpt
!= null)
993
foreach (var seqPoint in this.
SeqPointsOpt
)
1034
if (this.
SeqPointsOpt
== null)
1042
Debug.Assert(this.
SeqPointsOpt
.Count == 0);
1043
this.
SeqPointsOpt
.Add(new RawSequencePoint(syntaxTree, _initialHiddenSequencePointMarker, RawSequencePoint.HiddenSequencePointSpan));
1047
this.
SeqPointsOpt
.Add(new RawSequencePoint(syntaxTree, this.AllocateILMarker(), span));