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