1 write to Line
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (1)
524Line = line;
3 references to Line
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (2)
5372 => Line.HasValue ? Line.Value : null,
StackTraceExplorer\StackTraceExplorerService.cs (1)
86var lineString = root.FileInformationExpression.Line.ToString();