2 writes to _syntaxTree
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (2)
24
_syntaxTree
= null;
29
_syntaxTree
= syntaxTree;
3 references to _syntaxTree
Microsoft.CodeAnalysis.CSharp (3)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (3)
61
Debug.Assert(
_syntaxTree
is object);
62
var length =
_syntaxTree
.GetRoot().FullSpan.Length;
66
_current = new CSDiagnostic(sdi, new SourceLocation(
_syntaxTree
, new TextSpan(spanStart, spanWidth)));