1 instantiation of InterpolatedStringExpressionStructureProvider
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Structure\InterpolatedStringExpressionStructureTests.cs (1)
20=> new InterpolatedStringExpressionStructureProvider();
1 reference to InterpolatedStringExpressionStructureProvider
Microsoft.CodeAnalysis.CSharp.Features (1)
Structure\CSharpBlockStructureProvider.cs (1)
51builder.Add<InterpolatedStringExpressionSyntax, InterpolatedStringExpressionStructureProvider>();