2 types derived from BoundLValuePlaceholderBase
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (2)
402Inherits BoundLValuePlaceholderBase 508Inherits BoundLValuePlaceholderBase
4 instantiations of BoundLValuePlaceholderBase
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\BoundNodes.xml.Generated.vb (4)
405MyBase.New(BoundKind.WithLValueExpressionPlaceholder, syntax, type, hasErrors) 412MyBase.New(BoundKind.WithLValueExpressionPlaceholder, syntax, type) 511MyBase.New(BoundKind.LValuePlaceholder, syntax, type, hasErrors) 523MyBase.New(BoundKind.LValuePlaceholder, syntax, type)
1 reference to BoundLValuePlaceholderBase
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LocalRewriter\LocalRewriter.vb (1)
322(result.Kind = BoundKind.MeReference AndAlso TypeOf node Is BoundLValuePlaceholderBase))