1 write to Invocation
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversion.cs (1)
1312(Invocation, InputPlaceholder, OutputPlaceholders) = (invocation, inputPlaceholder, outputPlaceholders);
6 references to Invocation
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (1)
1133var invocation = conversion.DeconstructionInfo.Invocation as BoundCall;
Binder\Semantics\Conversions\Conversion.cs (3)
526if (deconstructionUncommonData.DeconstructMethodInfo.Invocation is BoundCall call) 1289new[] { BoundTreeDumperNodeProducer.MakeTree(self.DeconstructionInfo.Invocation) })); 1318internal bool IsDefault => Invocation is null;
FlowAnalysis\NullableWalker.cs (1)
11392var invocation = conversion.DeconstructionInfo.Invocation as BoundCall;
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (1)
400effects.Add(VisitExpression(deconstruction.Invocation));