1 implementation of FormatString
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8484
public IOperation?
FormatString
{ get; }
6 references to FormatString
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
7090
if (interpolation.
FormatString
!= null)
7092
Debug.Assert(interpolation.
FormatString
is ILiteralOperation or IConversionOperation { Operand: ILiteralOperation });
7093
rewrittenFormatString = 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)
86
if (interpolation.
FormatString
== null)
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\Analyzers\SimplifyInterpolation\AbstractSimplifyInterpolationHelpers.cs (1)
86
if (interpolation.
FormatString
== null)