1 implementation of ITupleBinaryOperation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8630internal sealed partial class TupleBinaryOperation : Operation, ITupleBinaryOperation
12 references to ITupleBinaryOperation
Microsoft.CodeAnalysis (6)
Generated\OperationKind.Generated.cs (2)
198/// <summary>Indicates an <see cref="ITupleBinaryOperation"/>.</summary> 200/// <summary>Indicates an <see cref="ITupleBinaryOperation"/>. Use <see cref="TupleBinary"/> instead.</summary>
Generated\Operations.Generated.cs (3)
11288public override IOperation VisitTupleBinaryOperator(ITupleBinaryOperation operation, object? argument) 11582public virtual void VisitTupleBinaryOperator(ITupleBinaryOperation operation) => DefaultVisit(operation); 11723public virtual TResult? VisitTupleBinaryOperator(ITupleBinaryOperation operation, TArgument argument) => DefaultVisit(operation, argument);
Operations\ControlFlowGraphBuilder.cs (1)
2252public override IOperation VisitTupleBinaryOperator(ITupleBinaryOperation operation, int? captureIdForResult)
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory.cs (1)
1627private ITupleBinaryOperation CreateBoundTupleBinaryOperatorOperation(BoundTupleBinaryOperator boundTupleBinaryOperator)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);
Roslyn.Diagnostics.Analyzers (2)
AbstractDoNotCopyValue.cs (1)
1229public override void VisitTupleBinaryOperator(ITupleBinaryOperation operation)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\CodeMetrics\ComputationalComplexityMetrics.cs (1)
214countBinaryOperator(operation, ((ITupleBinaryOperation)operation).OperatorKind);