7 references to StackFrameFileInformationNode
Microsoft.CodeAnalysis.Features (7)
EmbeddedLanguages\StackFrame\IStackFrameNodeVisitor.cs (1)
17
void Visit(
StackFrameFileInformationNode
node);
EmbeddedLanguages\StackFrame\StackFrameCompilationUnit.cs (2)
18
internal sealed class StackFrameCompilationUnit(StackFrameMethodDeclarationNode methodDeclaration,
StackFrameFileInformationNode
? fileInformationExpression, StackFrameToken endOfLineToken) : StackFrameNode(StackFrameKind.CompilationUnit)
31
public readonly
StackFrameFileInformationNode
? FileInformationExpression = fileInformationExpression;
EmbeddedLanguages\StackFrame\StackFrameParser.cs (4)
536
private Result<
StackFrameFileInformationNode
> TryParseFileInformation()
541
return Result<
StackFrameFileInformationNode
>.Abort;
546
return Result<
StackFrameFileInformationNode
>.Empty;
557
return Result<
StackFrameFileInformationNode
>.Abort;