2 references to SyntheticBoundNodeFactory
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
103_bound = new SyntheticBoundNodeFactory(null, compilationState.Type, node, compilationState, diagnostics);
Lowering\SyntheticBoundNodeFactory.cs (1)
155: this(topLevelMethod, topLevelMethod.ContainingType, node, compilationState, diagnostics, instrumentationState)