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