3 references to IsFormattableStringOrIFormattable
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionResult.ExpressionResult.cs (1)
123info.ConvertedType?.IsFormattableStringOrIFormattable() == true)
Microsoft.CodeAnalysis.Features (2)
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
384typeInfo.ConvertedType?.IsFormattableStringOrIFormattable() == true)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (1)
233return typeInfo.ConvertedType?.IsFormattableStringOrIFormattable() != true;