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