Implemented interface member:
property
FormatString
Microsoft.CodeAnalysis.Operations.IInterpolationOperation.FormatString
1 write to FormatString
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8440
FormatString
= SetParentOperation(formatString, this);
6 references to FormatString
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8448
(
FormatString
is null ? 0 : 1);
8456
2 when
FormatString
!= null
8457
=>
FormatString
,
8471
if (
FormatString
!= null) return (true, 2, 0);
8485
if (
FormatString
!= null) return (true, 2, 0);
11204
return new InterpolationOperation(Visit(internalOperation.Expression), Visit(internalOperation.Alignment), Visit(internalOperation.
FormatString
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);