2 overrides of SupportsConstantInterpolatedStrings
Microsoft.CodeAnalysis.CSharp.Features (1)
AddDebuggerDisplay\CSharpAddDebuggerDisplayCodeRefactoringProvider.cs (1)
30protected override bool SupportsConstantInterpolatedStrings(Document document)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
AddDebuggerDisplay\VisualBasicAddDebuggerDisplayCodeRefactoringProvider.vb (1)
24Protected Overrides Function SupportsConstantInterpolatedStrings(document As Document) As Boolean
1 reference to SupportsConstantInterpolatedStrings
Microsoft.CodeAnalysis.Features (1)
AddDebuggerDisplay\AbstractAddDebuggerDisplayCodeRefactoringProvider.cs (1)
124if (SupportsConstantInterpolatedStrings(document))