2 instantiations of BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2697var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1388return new BoundSourceDocumentIndex(
13 references to BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitExpression.cs (2)
272EmitSourceDocumentIndex((BoundSourceDocumentIndex)expression); 3665private void EmitSourceDocumentIndex(BoundSourceDocumentIndex node)
FlowAnalysis\AbstractFlowPass.cs (1)
1729public override BoundNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node)
Generated\BoundNodes.xml.Generated.cs (10)
2693public BoundSourceDocumentIndex Update(Cci.DebugSourceDocument document, TypeSymbol type) 2697var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors); 8963return VisitSourceDocumentIndex((BoundSourceDocumentIndex)node, arg); 9369public virtual R VisitSourceDocumentIndex(BoundSourceDocumentIndex node, A arg) => this.DefaultVisit(node, arg); 9605public virtual BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => this.DefaultVisit(node); 10017public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => null; 11190public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 13133public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 13140BoundSourceDocumentIndex updatedNode = node.Update(node.Document, infoAndType.Type!); 15551public override TreeDumperNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node, object? arg) => new TreeDumperNode("sourceDocumentIndex", null, new TreeDumperNode[]