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)
893
if (awaitableInfo.
AwaitableInstancePlaceholder
is { } placeholder)
FlowAnalysis\NullableWalker.cs (4)
11028
if (awaitOpt is {
AwaitableInstancePlaceholder
: BoundAwaitableValuePlaceholder moveNextPlaceholder } awaitMoveNextInfo)
11041
var disposalPlaceholder = awaitDisposalInfo.
AwaitableInstancePlaceholder
;
11425
var placeholder = awaitableInfo.
AwaitableInstancePlaceholder
;
12094
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))
9987
this.Visit(node.
AwaitableInstancePlaceholder
);
11118
BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.
AwaitableInstancePlaceholder
);
12956
BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.
AwaitableInstancePlaceholder
);
15441
new TreeDumperNode("awaitableInstancePlaceholder", null, new TreeDumperNode[] { Visit(node.
AwaitableInstancePlaceholder
, null) }),
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
345
var awaitablePlaceholder = node.AwaitableInfo.
AwaitableInstancePlaceholder
;
Lowering\MethodToClassRewriter.cs (1)
457
var awaitablePlaceholder = node.
AwaitableInstancePlaceholder
;