1 write to _syntaxTree
Microsoft.CodeAnalysis (1)
Diagnostic\SourceLocation.cs (1)
22_syntaxTree = syntaxTree;
9 references to _syntaxTree
Microsoft.CodeAnalysis (9)
Diagnostic\SourceLocation.cs (9)
76return _syntaxTree; 84if (_syntaxTree == null) 91return _syntaxTree.GetLineSpan(_span); 98if (_syntaxTree == null) 105return _syntaxTree.GetMappedLineSpan(_span); 115return other != null && other._syntaxTree == _syntaxTree && other._span == _span; 125return Hash.Combine(_syntaxTree, _span.GetHashCode()); 130return base.GetDebuggerDisplay() + "\"" + _syntaxTree.ToString().Substring(_span.Start, _span.Length) + "\"";