1 instantiation of ParenthesizedLambdaExpressionStructureProvider
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Structure\ParenthesizedLambdaStructureTests.cs (1)
17
internal override AbstractSyntaxStructureProvider CreateProvider() => new
ParenthesizedLambdaExpressionStructureProvider
();
1 reference to ParenthesizedLambdaExpressionStructureProvider
Microsoft.CodeAnalysis.CSharp.Features (1)
Structure\CSharpBlockStructureProvider.cs (1)
44
builder.Add<ParenthesizedLambdaExpressionSyntax,
ParenthesizedLambdaExpressionStructureProvider
>();