1 implementation of AppendCall
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10264public IOperation AppendCall { get; }
7 references to AppendCall
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6890IOperation visitedAppendCall = VisitRequired(appendCall.AppendCall);
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
1340if (oldInterpolationPart is IInterpolatedStringAppendOperation { AppendCall: not IInvalidOperation } && 1341newInterpolationPart is IInterpolatedStringAppendOperation { AppendCall: IInvalidOperation })
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
1340if (oldInterpolationPart is IInterpolatedStringAppendOperation { AppendCall: not IInvalidOperation } && 1341newInterpolationPart is IInterpolatedStringAppendOperation { AppendCall: IInvalidOperation })
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
1340if (oldInterpolationPart is IInterpolatedStringAppendOperation { AppendCall: not IInvalidOperation } && 1341newInterpolationPart is IInterpolatedStringAppendOperation { AppendCall: IInvalidOperation })