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