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