Implemented interface member:
property
Alignment
Microsoft.CodeAnalysis.Operations.IInterpolationOperation.Alignment
1 write to Alignment
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8439
Alignment
= SetParentOperation(alignment, this);
6 references to Alignment
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8447
(
Alignment
is null ? 0 : 1) +
8454
1 when
Alignment
!= null
8455
=>
Alignment
,
8468
if (
Alignment
!= null) return (true, 1, 0);
8488
if (
Alignment
!= null) return (true, 1, 0);
11204
return new InterpolationOperation(Visit(internalOperation.Expression), Visit(internalOperation.
Alignment
), Visit(internalOperation.FormatString), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);