4 types derived from BoundEarlyValuePlaceholderBase
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (4)
760internal sealed partial class BoundListPatternReceiverPlaceholder : BoundEarlyValuePlaceholderBase 795internal sealed partial class BoundListPatternIndexPlaceholder : BoundEarlyValuePlaceholderBase 830internal sealed partial class BoundSlicePatternReceiverPlaceholder : BoundEarlyValuePlaceholderBase 865internal sealed partial class BoundSlicePatternRangePlaceholder : BoundEarlyValuePlaceholderBase
6 references to BoundEarlyValuePlaceholderBase
Microsoft.CodeAnalysis.CSharp (6)
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (2)
266var placeholderValues = PooledDictionary<BoundEarlyValuePlaceholderBase, BoundExpression>.GetInstance(); 292var placeholderValues = PooledDictionary<BoundEarlyValuePlaceholderBase, BoundExpression>.GetInstance();
Lowering\LocalRewriter\LocalRewriter.PlaceholderReplacer.cs (4)
14private readonly Dictionary<BoundEarlyValuePlaceholderBase, BoundExpression> _placeholders; 16private PlaceholderReplacer(Dictionary<BoundEarlyValuePlaceholderBase, BoundExpression> placeholders) 21public static BoundExpression Replace(Dictionary<BoundEarlyValuePlaceholderBase, BoundExpression> placeholders, BoundExpression expr) 28private BoundNode ReplacePlaceholder(BoundEarlyValuePlaceholderBase placeholder)