Implemented interface member:
property
FormatString
Microsoft.CodeAnalysis.Operations.IInterpolationOperation.FormatString
1 write to FormatString
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8480FormatString = SetParentOperation(formatString, this);
6 references to FormatString
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8488(FormatString is null ? 0 : 1); 84962 when FormatString != null 8497=> FormatString, 8511if (FormatString != null) return (true, 2, 0); 8525if (FormatString != null) return (true, 2, 0); 11276return new InterpolationOperation(Visit(internalOperation.Expression), Visit(internalOperation.Alignment), Visit(internalOperation.FormatString), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);