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