4 types derived from BoundEarlyValuePlaceholderBase
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (4)
778internal sealed partial class BoundListPatternReceiverPlaceholder : BoundEarlyValuePlaceholderBase 813internal sealed partial class BoundListPatternIndexPlaceholder : BoundEarlyValuePlaceholderBase 848internal sealed partial class BoundSlicePatternReceiverPlaceholder : BoundEarlyValuePlaceholderBase 883internal sealed partial class BoundSlicePatternRangePlaceholder : BoundEarlyValuePlaceholderBase
6 references to BoundEarlyValuePlaceholderBase
Microsoft.CodeAnalysis.CSharp (6)
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (2)
262var placeholderValues = PooledDictionary<BoundEarlyValuePlaceholderBase, BoundExpression>.GetInstance(); 288var 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)