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