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