5 references to Value
Microsoft.CodeAnalysis.CSharp (5)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1834
=> node.Update(VisitToken(node.CommaToken), (ExpressionSyntax?)Visit(node.
Value
) ?? throw new ArgumentNullException("value"));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
6142
if (commaToken != this.CommaToken || value != this.
Value
)
6152
public InterpolationAlignmentClauseSyntax WithCommaToken(SyntaxToken commaToken) => Update(commaToken, this.
Value
);
Binder\Binder_InterpolatedString.cs (2)
101
alignment = GenerateConversionForAssignment(intType, BindValue(interpolation.AlignmentClause.
Value
, diagnostics, Binder.BindValueKind.RValue), diagnostics);
117
diagnostics.Add(ErrorCode.ERR_ConstantExpected, interpolation.AlignmentClause.
Value
.Location);