1 write to ColonRange
Microsoft.CodeAnalysis.CSharp (1)
Parser\Lexer.Interpolation.cs (1)
31ColonRange = colonRange;
5 references to ColonRange
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser_InterpolatedString.cs (3)
371var followingRange = interpolation.HasColon ? interpolation.ColonRange : interpolation.CloseBraceRange; 427SyntaxFactory.Token(leading, SyntaxKind.ColonToken, text[interpolation.ColonRange], trailing: null), 428MakeInterpolatedStringTextToken(kind, text[interpolation.ColonRange.End..interpolation.CloseBraceRange.Start]));
Parser\Lexer.Interpolation.cs (2)
26public bool HasColon => ColonRange.Start.Value != ColonRange.End.Value;