1 write to ExpressionPlaceholder
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_WithBlock.vb (1)
114
Me.
ExpressionPlaceholder
= expressionPlaceholder
9 references to ExpressionPlaceholder
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_WithBlock.vb (5)
62
Return Me._withBlockInfo.
ExpressionPlaceholder
389
Return Me._withBlockInfo.
ExpressionPlaceholder
396
Return Me._withBlockInfo.
ExpressionPlaceholder
401
Return Me._withBlockInfo.
ExpressionPlaceholder
408
Return Me._withBlockInfo.
ExpressionPlaceholder
Lowering\Diagnostics\DiagnosticsPass.vb (3)
174
Debug.Assert(info.
ExpressionPlaceholder
IsNot Nothing)
175
_withExpressionPlaceholderMap.Add(info.
ExpressionPlaceholder
, node)
183
_withExpressionPlaceholderMap.Remove(info.
ExpressionPlaceholder
)
Symbols\PropertySymbol.vb (1)
183
If withBlockBinder.Info?.
ExpressionPlaceholder
Is receiverOpt Then