107 references to VerifyOperationTreeForTest
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
BreakingChanges.cs (1)
585VerifyOperationTreeForTest<LocalDeclarationStatementSyntax>(comp, @"
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (51)
Semantics\CollectionExpressionTests.cs (46)
601VerifyOperationTreeForTest<BlockSyntax>(comp, 9352VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 10087VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 10150VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 10235VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 10320VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 16399VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 16474VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28330VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28450VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28576VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28643VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28705VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28787VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28856VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28914VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28984VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29062var operation = VerifyOperationTreeForTest<ReturnStatementSyntax>(comp, 29124var operation = VerifyOperationTreeForTest<ReturnStatementSyntax>(comp, 29159VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29231VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29283VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29341VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29475VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29516VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29551VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29600VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29678VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29765VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29843VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29936VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 30027VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 30095VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41179VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41225VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41267VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41317VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41362VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41411VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41470VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41500VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41546VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41576VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41634VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41667VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41733VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp,
Semantics\ExtensionTests2.cs (1)
31282VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, """
Semantics\ParamsCollectionTests.cs (3)
14569VerifyOperationTreeForTest<MethodDeclarationSyntax>(comp, """ 14660VerifyOperationTreeForTest<MethodDeclarationSyntax>(comp, """ 14787VerifyOperationTreeForTest<MethodDeclarationSyntax>(comp, """
Semantics\PatternMatchingTests3.cs (1)
3006VerifyOperationTreeForTest<SwitchExpressionSyntax>(compilation, @"
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (38)
IOperation\IOperationTests_IArgument.cs (6)
2853VerifyOperationTreeForTest<InvocationExpressionSyntax>(comp, expectedOperationTree); 2899VerifyOperationTreeForTest<ObjectCreationExpressionSyntax>(comp, expectedOperationTree); 2948VerifyOperationTreeForTest<ElementAccessExpressionSyntax>(comp, expectedOperationTree); 4014VerifyOperationTreeForTest<ObjectCreationExpressionSyntax>(comp, expectedOperationTree); 4052VerifyOperationTreeForTest<StatementSyntax>(comp, expectedOperationTree); 4095var operation = VerifyOperationTreeForTest<StatementSyntax>(comp, expectedOperationTree);
IOperation\IOperationTests_IBinaryOperatorExpression.cs (9)
8051var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8081var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8109var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8137var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8162var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8193var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8223var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8251var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8279var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree);
IOperation\IOperationTests_IDelegateCreationExpression.cs (1)
2070VerifyOperationTreeForTest<CastExpressionSyntax>(comp, expectedOperationTree);
IOperation\IOperationTests_IForEachLoopStatement.cs (7)
1727VerifyOperationTreeForTest<ForEachStatementSyntax>(comp, expectedOperationTree); 1782VerifyOperationTreeForTest<ForEachStatementSyntax>(comp, expectedOperationTree); 1835VerifyOperationTreeForTest<ForEachStatementSyntax>(comp, expectedOperationTree); 1896VerifyOperationTreeForTest<ForEachStatementSyntax>(comp, expectedOperationTree); 2781var op = (Operations.ForEachLoopOperation)VerifyOperationTreeForTest<ForEachStatementSyntax>(comp, @"IForEachLoopOperation (LoopKind.ForEach, IsAsynchronous, Continue Label Id: 0, Exit Label Id: 1) (OperationKind.Loop, Type: null) (Syntax: 'await forea ... }') 2913var op = (Operations.ForEachLoopOperation)VerifyOperationTreeForTest<ForEachStatementSyntax>(comp, @"IForEachLoopOperation (LoopKind.ForEach, IsAsynchronous, Continue Label Id: 0, Exit Label Id: 1) (OperationKind.Loop, Type: null) (Syntax: 'await forea ... }') 3005var op = (Operations.ForEachLoopOperation)VerifyOperationTreeForTest<ForEachStatementSyntax>(comp, @"
IOperation\IOperationTests_IIsPatternExpression.cs (9)
745VerifyOperationTreeForTest<BlockSyntax>(compilation, expectedOperationTree); 1360VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree); 1412VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree); 1459VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree); 1503VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree); 1550VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree); 1595VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree); 1640VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree); 1685VerifyOperationTreeForTest<IsPatternExpressionSyntax>(compilation, expectedOperationTree);
IOperation\IOperationTests_IThrowOperation.cs (2)
2206VerifyOperationTreeForTest<BlockSyntax>(compilation, expectedOperationTree); 2305VerifyOperationTreeForTest<BlockSyntax>(compilation, expectedOperationTree);
IOperation\IOperationTests_IUnaryOperatorExpression.cs (3)
3638var operation = (IUnaryOperation)VerifyOperationTreeForTest<PrefixUnaryExpressionSyntax>(compilation, expectedOperationTree); 3661var operation = (IUnaryOperation)VerifyOperationTreeForTest<PrefixUnaryExpressionSyntax>(compilation, expectedOperationTree); 3687var operation = (IUnaryOperation)VerifyOperationTreeForTest<PrefixUnaryExpressionSyntax>(compilation, expectedOperationTree);
IOperation\IOperationTests_TryCatch.cs (1)
8058VerifyOperationTreeForTest<BlockSyntax>(comp, expectedIoperationTree);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (16)
Semantics\FunctionPointerTests.cs (8)
643VerifyOperationTreeForTest<AssignmentExpressionSyntax>(comp, @" 690VerifyOperationTreeForTest<AssignmentExpressionSyntax>(comp, @" 738VerifyOperationTreeForTest<VariableDeclarationSyntax>(comp, @" 779VerifyOperationTreeForTest<VariableDeclarationSyntax>(comp, @" 3723VerifyOperationTreeForTest<ObjectCreationExpressionSyntax>(comp, expectedOperationTree: @" 3747VerifyOperationTreeForTest<ElementAccessExpressionSyntax>(comp, expectedOperationTree: @" 3893VerifyOperationTreeForTest<InvocationExpressionSyntax>(comp, expectedOperationTree: @" 3972VerifyOperationTreeForTest<BlockSyntax>(comp, expectedOperationTree: @"
Semantics\InterpolationTests.cs (6)
4241VerifyOperationTreeForTest<LocalDeclarationStatementSyntax>(comp, @" 4282VerifyOperationTreeForTest<LocalDeclarationStatementSyntax>(comp, @" 4320VerifyOperationTreeForTest<LocalDeclarationStatementSyntax>(comp, @" 16847VerifyOperationTreeForTest<BinaryExpressionSyntax>(comp, @" 17327VerifyOperationTreeForTest<BinaryExpressionSyntax>(comp, @" 18711VerifyOperationTreeForTest<ForEachVariableStatementSyntax>(comp, expectedOperationTree: """
Semantics\RawInterpolationTests_Handler.cs (2)
11884VerifyOperationTreeForTest<BinaryExpressionSyntax>(comp, @" 12364VerifyOperationTreeForTest<BinaryExpressionSyntax>(comp, @"
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2699VerifyOperationTreeForTest<TSyntaxNode>(compilation, expectedOperationTree, additionalOperationTreeVerifier);