1 override of SupportsInterpolatedStringHandler
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToInterpolatedString\CSharpConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
20protected override bool SupportsInterpolatedStringHandler(Compilation compilation)
1 reference to SupportsInterpolatedStringHandler
Microsoft.CodeAnalysis.Features (1)
ConvertToInterpolatedString\AbstractConvertConcatenationToInterpolatedStringRefactoringProvider.cs (1)
134var supportsInterpolatedStringHandler = this.SupportsInterpolatedStringHandler(semanticModel.Compilation);