2 references to AllInterpolatedStringPartsAreStrings
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_InterpolatedString.cs (2)
249if ((unconvertedInterpolatedString.Parts.Length > 4 || !AllInterpolatedStringPartsAreStrings(unconvertedInterpolatedString.Parts)) && 491if (count > 4 || !AllInterpolatedStringPartsAreStrings(parts))