1 write to AwaitableInstancePlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2143
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)
11031
if (awaitOpt is {
AwaitableInstancePlaceholder
: BoundAwaitableValuePlaceholder moveNextPlaceholder } awaitMoveNextInfo)
11044
var disposalPlaceholder = awaitDisposalInfo.
AwaitableInstancePlaceholder
;
11428
var placeholder = awaitableInfo.
AwaitableInstancePlaceholder
;
12097
Visit(node.
AwaitableInstancePlaceholder
);
Generated\BoundNodes.xml.Generated.cs (5)
2161
if (awaitableInstancePlaceholder != this.
AwaitableInstancePlaceholder
|| isDynamic != this.IsDynamic || getAwaiter != this.GetAwaiter || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(isCompleted, this.IsCompleted) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getResult, this.GetResult))
9986
this.Visit(node.
AwaitableInstancePlaceholder
);
11117
BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.
AwaitableInstancePlaceholder
);
12955
BoundAwaitableValuePlaceholder? awaitableInstancePlaceholder = (BoundAwaitableValuePlaceholder?)this.Visit(node.
AwaitableInstancePlaceholder
);
15440
new TreeDumperNode("awaitableInstancePlaceholder", null, new TreeDumperNode[] { Visit(node.
AwaitableInstancePlaceholder
, null) }),
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
339
var awaitablePlaceholder = node.AwaitableInfo.
AwaitableInstancePlaceholder
;
Lowering\MethodToClassRewriter.cs (1)
457
var awaitablePlaceholder = node.
AwaitableInstancePlaceholder
;