Implemented interface member:
property
FormatString
Microsoft.CodeAnalysis.Operations.IInterpolationOperation.FormatString
1 write to FormatString
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8067
FormatString
= SetParentOperation(formatString, this);
6 references to FormatString
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8075
(
FormatString
is null ? 0 : 1);
8083
2 when
FormatString
!= null
8084
=>
FormatString
,
8098
if (
FormatString
!= null) return (true, 2, 0);
8112
if (
FormatString
!= null) return (true, 2, 0);
10654
return new InterpolationOperation(Visit(internalOperation.Expression), Visit(internalOperation.Alignment), Visit(internalOperation.
FormatString
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);