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