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