1 write to AwaitableInstancePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2180this.AwaitableInstancePlaceholder = awaitableInstancePlaceholder;
13 references to AwaitableInstancePlaceholder
Microsoft.CodeAnalysis.CSharp (13)
Binder\RefSafetyAnalysis.cs (1)
1088if (awaitableInfo.AwaitableInstancePlaceholder is { } placeholder)
FlowAnalysis\NullableWalker.cs (4)
12059if (enumeratorInfoOpt is { MoveNextAwaitableInfo: { AwaitableInstancePlaceholder: BoundAwaitableValuePlaceholder moveNextPlaceholder } awaitMoveNextInfo }) 12072var disposalPlaceholder = awaitDisposalInfo.AwaitableInstancePlaceholder; 12567var placeholder = awaitableInfo.AwaitableInstancePlaceholder; 13238Visit(node.AwaitableInstancePlaceholder);
Generated\BoundNodes.xml.Generated.cs (5)
2206if (awaitableInstancePlaceholder != this.AwaitableInstancePlaceholder || isDynamic != this.IsDynamic || getAwaiter != this.GetAwaiter || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(isCompleted, this.IsCompleted) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getResult, this.GetResult) || runtimeAsyncAwaitCall != this.RuntimeAsyncAwaitCall || runtimeAsyncAwaitCallPlaceholder != this.RuntimeAsyncAwaitCallPlaceholder) 10138this.Visit(node.AwaitableInstancePlaceholder); 11311BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.AwaitableInstancePlaceholder); 13270BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.AwaitableInstancePlaceholder); 15763new TreeDumperNode("awaitableInstancePlaceholder", null, new TreeDumperNode[] { Visit(node.AwaitableInstancePlaceholder, null) }),
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
354var awaitablePlaceholder = node.AwaitableInfo.AwaitableInstancePlaceholder;
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (1)
164var awaitablePlaceholder = awaitableInfo.AwaitableInstancePlaceholder;
Lowering\BoundTreeToDifferentEnclosingContextRewriter.cs (1)
122var awaitablePlaceholder = node.AwaitableInstancePlaceholder;