3 references to HasColon
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser_InterpolatedString.cs (3)
371var followingRange = interpolation.HasColon ? interpolation.ColonRange : interpolation.CloseBraceRange; 374using var tempLexer = new Lexer(SourceText.From(expressionText), options, allowPreprocessorDirectives: false, interpolationFollowedByColon: interpolation.HasColon); 424if (interpolation.HasColon)