1 implementation of AppendCall
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10224
public IOperation
AppendCall
{ get; }
7 references to AppendCall
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6857
IOperation visitedAppendCall = VisitRequired(appendCall.
AppendCall
);
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
1168
if (oldInterpolationPart is IInterpolatedStringAppendOperation {
AppendCall
: not IInvalidOperation } &&
1169
newInterpolationPart is IInterpolatedStringAppendOperation {
AppendCall
: IInvalidOperation })
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
1168
if (oldInterpolationPart is IInterpolatedStringAppendOperation {
AppendCall
: not IInvalidOperation } &&
1169
newInterpolationPart is IInterpolatedStringAppendOperation {
AppendCall
: IInvalidOperation })
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1938
Visit(operation.
AppendCall
, "AppendCall");
Compilation\TestOperationVisitor.cs (1)
1354
Assert.True(operation.
AppendCall
is IInvocationOperation or IDynamicInvocationOperation or IInvalidOperation);