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