2 instantiations of BoundAwaitExpressionDebugInfo
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
231
var debugInfo = new
BoundAwaitExpressionDebugInfo
(s_moveNextAsyncAwaitId, ReservedStateMachineCount: (byte)(hasAsyncDisposal ? 0 : 1));
477
var debugInfo = new
BoundAwaitExpressionDebugInfo
(s_disposeAsyncAwaitId, ReservedStateMachineCount: 0);
7 references to BoundAwaitExpressionDebugInfo
Microsoft.CodeAnalysis.CSharp (7)
Generated\BoundNodes.xml.Generated.cs (3)
2178
public BoundAwaitExpression(SyntaxNode syntax, BoundExpression expression, BoundAwaitableInfo awaitableInfo,
BoundAwaitExpressionDebugInfo
debugInfo, TypeSymbol type, bool hasErrors = false)
2194
public
BoundAwaitExpressionDebugInfo
DebugInfo { get; }
2199
public BoundAwaitExpression Update(BoundExpression expression, BoundAwaitableInfo awaitableInfo,
BoundAwaitExpressionDebugInfo
debugInfo, TypeSymbol type)
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
466
private BoundBlock GenerateAwaitForIncompleteTask(LocalSymbol awaiterTemp,
BoundAwaitExpressionDebugInfo
debugInfo)
Lowering\LocalRewriter\LocalRewriter_Await.cs (1)
23
private BoundExpression RewriteAwaitExpression(SyntaxNode syntax, BoundExpression rewrittenExpression, BoundAwaitableInfo awaitableInfo, TypeSymbol type,
BoundAwaitExpressionDebugInfo
debugInfo, bool used)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
231
var
debugInfo = new BoundAwaitExpressionDebugInfo(s_moveNextAsyncAwaitId, ReservedStateMachineCount: (byte)(hasAsyncDisposal ? 0 : 1));
477
var
debugInfo = new BoundAwaitExpressionDebugInfo(s_disposeAsyncAwaitId, ReservedStateMachineCount: 0);