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