1 implementation of FormatString
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8484public IOperation? FormatString { get; }
6 references to FormatString
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
7090if (interpolation.FormatString != null) 7092Debug.Assert(interpolation.FormatString is ILiteralOperation or IConversionOperation { Operand: ILiteralOperation }); 7093rewrittenFormatString = VisitRequired(interpolation.FormatString, argument: null);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
3062_ = Visit(operation.FormatString, argument);
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Analyzers\Core\Analyzers\SimplifyInterpolation\AbstractSimplifyInterpolationHelpers.cs (1)
86if (interpolation.FormatString == null)
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\Analyzers\SimplifyInterpolation\AbstractSimplifyInterpolationHelpers.cs (1)
86if (interpolation.FormatString == null)