1 write to SyntaxTree
Microsoft.CodeAnalysis (1)
CodeGen\RawSequencePoint.cs (1)
25this.SyntaxTree = syntaxTree;
3 references to SyntaxTree
Microsoft.CodeAnalysis (3)
CodeGen\SequencePointList.cs (3)
60if (i == totalPoints || seqPointBuilder[i].SyntaxTree != seqPointBuilder[i - 1].SyntaxTree) 63SequencePointList next = new SequencePointList(seqPointBuilder[i - 1].SyntaxTree, GetSubArray(seqPointBuilder, last, i - last, builder));