1 write to AwaitableInstancePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2144
this.
AwaitableInstancePlaceholder
= awaitableInstancePlaceholder;
12 references to AwaitableInstancePlaceholder
Microsoft.CodeAnalysis.CSharp (12)
Binder\RefSafetyAnalysis.cs (1)
918
if (awaitableInfo.
AwaitableInstancePlaceholder
is { } placeholder)
FlowAnalysis\NullableWalker.cs (4)
11089
if (awaitOpt is {
AwaitableInstancePlaceholder
: BoundAwaitableValuePlaceholder moveNextPlaceholder } awaitMoveNextInfo)
11102
var disposalPlaceholder = awaitDisposalInfo.
AwaitableInstancePlaceholder
;
11486
var placeholder = awaitableInfo.
AwaitableInstancePlaceholder
;
12155
Visit(node.
AwaitableInstancePlaceholder
);
Generated\BoundNodes.xml.Generated.cs (5)
2162
if (awaitableInstancePlaceholder != this.
AwaitableInstancePlaceholder
|| isDynamic != this.IsDynamic || getAwaiter != this.GetAwaiter || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(isCompleted, this.IsCompleted) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getResult, this.GetResult))
10023
this.Visit(node.
AwaitableInstancePlaceholder
);
11154
BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.
AwaitableInstancePlaceholder
);
12992
BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.
AwaitableInstancePlaceholder
);
15477
new TreeDumperNode("awaitableInstancePlaceholder", null, new TreeDumperNode[] { Visit(node.
AwaitableInstancePlaceholder
, null) }),
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
348
var awaitablePlaceholder = node.AwaitableInfo.
AwaitableInstancePlaceholder
;
Lowering\MethodToClassRewriter.cs (1)
457
var awaitablePlaceholder = node.
AwaitableInstancePlaceholder
;