4 types derived from BoundTreeRewriter
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundTreeRewriter.cs (1)
201internal abstract class BoundTreeRewriterWithStackGuard : BoundTreeRewriter
BoundTree\NullabilityRewriter.cs (1)
13internal sealed partial class NullabilityRewriter : BoundTreeRewriter
CodeGen\Optimizer.cs (1)
395internal sealed class StackOptimizerPass1 : BoundTreeRewriter
Generated\BoundNodes.xml.Generated.cs (1)
12396internal sealed partial class NullabilityRewriter : BoundTreeRewriter
5 references to BoundTreeRewriter
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ExtensionMethodReferenceRewriter.cs (5)
33public static BoundNode VisitCall(BoundTreeRewriter rewriter, BoundCall node) 74static BoundExpression visitArgumentsAndFinishRewrite(BoundTreeRewriter rewriter, BoundCall node, BoundExpression? rewrittenReceiver) 150private static MethodSymbol? VisitMethodSymbolWithExtensionRewrite(BoundTreeRewriter rewriter, MethodSymbol? method) 203public static BoundNode VisitDelegateCreationExpression(BoundTreeRewriter rewriter, BoundDelegateCreationExpression node) 224public static BoundNode VisitFunctionPointerLoad(BoundTreeRewriter rewriter, BoundFunctionPointerLoad node)