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