2 instantiations of BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
2744var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1427return new BoundSourceDocumentIndex(
13 references to BoundSourceDocumentIndex
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitExpression.cs (2)
269EmitSourceDocumentIndex((BoundSourceDocumentIndex)expression); 3733private void EmitSourceDocumentIndex(BoundSourceDocumentIndex node)
FlowAnalysis\AbstractFlowPass.cs (1)
1735public override BoundNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node)
Generated\BoundNodes.xml.Generated.cs (10)
2740public BoundSourceDocumentIndex Update(Cci.DebugSourceDocument document, TypeSymbol type) 2744var result = new BoundSourceDocumentIndex(this.Syntax, document, type, this.HasErrors); 9213return VisitSourceDocumentIndex((BoundSourceDocumentIndex)node, arg); 9628public virtual R VisitSourceDocumentIndex(BoundSourceDocumentIndex node, A arg) => this.DefaultVisit(node, arg); 9869public virtual BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => this.DefaultVisit(node); 10292public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) => null; 11542public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 13637public override BoundNode? VisitSourceDocumentIndex(BoundSourceDocumentIndex node) 13644BoundSourceDocumentIndex updatedNode = node.Update(node.Document, infoAndType.Type!); 16086public override TreeDumperNode VisitSourceDocumentIndex(BoundSourceDocumentIndex node, object? arg) => new TreeDumperNode("sourceDocumentIndex", null, new TreeDumperNode[]