1 write to _span
Microsoft.CodeAnalysis (1)
Diagnostic\SourceLocation.cs (1)
23_span = span;
8 references to _span
Microsoft.CodeAnalysis (8)
Diagnostic\SourceLocation.cs (8)
68return _span; 91return _syntaxTree.GetLineSpan(_span); 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) + "\"";