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