2 instantiations of BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2586var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1295return new BoundSourceDocumentIndex(
13 references to BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitExpression.cs (2)
257EmitSourceDocumentIndex((BoundSourceDocumentIndex)expression); 3407private void EmitSourceDocumentIndex(BoundSourceDocumentIndex node)
FlowAnalysis\AbstractFlowPass.cs (1)
1626public override BoundNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node)
Generated\BoundNodes.xml.Generated.cs (10)
2582public BoundSourceDocumentIndex Update(Cci.DebugSourceDocument document, TypeSymbol type) 2586var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors); 8639return VisitSourceDocumentIndex((BoundSourceDocumentIndex)node, arg); 9032public virtual R VisitSourceDocumentIndex(BoundSourceDocumentIndex node, A arg) => this.DefaultVisit(node, arg); 9260public virtual BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => this.DefaultVisit(node); 9660public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => null; 10795public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 12666public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 12673BoundSourceDocumentIndex updatedNode = node.Update(node.Document, infoAndType.Type!); 14991public override TreeDumperNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node, object? arg) => new TreeDumperNode("sourceDocumentIndex", null, new TreeDumperNode[]