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