1 write to Alignment
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7919
this.
Alignment
= alignment;
19 references to Alignment
Microsoft.CodeAnalysis.CSharp (19)
Binder\Binder_InterpolatedString.cs (11)
305
fillin.
Alignment
!= null ||
324
p is BoundStringInsert {
Alignment
.ConstantValueOpt: null or { IsBad: true } } or
385
if (fillin.
Alignment
!= null && !fillin.
Alignment
.HasErrors)
387
Debug.Assert(fillin.
Alignment
.ConstantValueOpt is { });
388
stringBuilder.Append(',').Append(fillin.
Alignment
.ConstantValueOpt.Int64Value);
436
=> parts.All(p => p is BoundLiteral or BoundStringInsert { Value.Type.SpecialType: SpecialType.System_String,
Alignment
: null, Format: null });
878
partsBuilder.Add(insert.Update(newValue, insert.
Alignment
, insert.Format, isInterpolatedStringHandlerAppendCall: false));
935
if (insert.
Alignment
is not null)
938
argumentsBuilder.Add(insert.
Alignment
);
939
parameterNamesAndLocationsBuilder.Add(("alignment", insert.
Alignment
.Syntax.Location));
FlowAnalysis\AbstractFlowPass.cs (2)
1216
if (node.
Alignment
!= null)
1218
VisitRvalue(node.
Alignment
);
Generated\BoundNodes.xml.Generated.cs (5)
7935
if (value != this.Value || alignment != this.
Alignment
|| format != this.Format || isInterpolatedStringHandlerAppendCall != this.IsInterpolatedStringHandlerAppendCall)
10671
this.Visit(node.
Alignment
);
12040
BoundExpression? alignment = (BoundExpression?)this.Visit(node.
Alignment
);
14675
BoundExpression? alignment = (BoundExpression?)this.Visit(node.
Alignment
);
16886
new TreeDumperNode("alignment", null, new TreeDumperNode[] { Visit(node.
Alignment
, null) }),
Operations\CSharpOperationFactory.cs (1)
2402
IOperation? alignment = Create(boundStringInsert.
Alignment
);