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