1 write to Invocation
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversion.cs (1)
1161
(
Invocation
, InputPlaceholder, OutputPlaceholders) = (invocation, inputPlaceholder, outputPlaceholders);
6 references to Invocation
Microsoft.CodeAnalysis.CSharp (6)
Binder\RefSafetyAnalysis.cs (1)
746
var invocation = conversion.DeconstructionInfo.
Invocation
as BoundCall;
Binder\Semantics\Conversions\Conversion.cs (3)
437
&& deconstruction.DeconstructMethodInfo.
Invocation
is BoundCall call)
1139
new[] { BoundTreeDumperNodeProducer.MakeTree(self.DeconstructionInfo.
Invocation
) }));
1167
internal bool IsDefault =>
Invocation
is null;
FlowAnalysis\NullableWalker.cs (1)
9272
var invocation = conversion.DeconstructionInfo.
Invocation
as BoundCall;
Lowering\LocalRewriter\LocalRewriter_DeconstructionAssignmentOperator.cs (1)
400
effects.Add(VisitExpression(deconstruction.
Invocation
));