5 references to FileInformationExpression
Microsoft.CodeAnalysis.Features (5)
EmbeddedLanguages\StackFrame\StackFrameCompilationUnit.cs (2)
15
/// Any leading "at " is considered trivia of <see cref="MethodDeclaration"/>, and " in " is put as trivia for the <see cref="
FileInformationExpression
"/>.
47
1 =>
FileInformationExpression
,
StackTraceExplorer\StackTraceExplorerService.cs (3)
78
if (root.
FileInformationExpression
is null)
83
var fileName = root.
FileInformationExpression
.Path.ToString();
84
var lineString = root.
FileInformationExpression
.Line.ToString();