2 instantiations of BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2699var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1406return new BoundSourceDocumentIndex(
13 references to BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitExpression.cs (2)
272EmitSourceDocumentIndex((BoundSourceDocumentIndex)expression); 3703private void EmitSourceDocumentIndex(BoundSourceDocumentIndex node)
FlowAnalysis\AbstractFlowPass.cs (1)
1736public override BoundNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node)
Generated\BoundNodes.xml.Generated.cs (10)
2695public BoundSourceDocumentIndex Update(Cci.DebugSourceDocument document, TypeSymbol type) 2699var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors); 8999return VisitSourceDocumentIndex((BoundSourceDocumentIndex)node, arg); 9405public virtual R VisitSourceDocumentIndex(BoundSourceDocumentIndex node, A arg) => this.DefaultVisit(node, arg); 9641public virtual BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => this.DefaultVisit(node); 10055public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => null; 11265public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 13309public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 13316BoundSourceDocumentIndex updatedNode = node.Update(node.Document, infoAndType.Type!); 15730public override TreeDumperNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node, object? arg) => new TreeDumperNode("sourceDocumentIndex", null, new TreeDumperNode[]