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, 29125var operation = VerifyOperationTreeForTest<ReturnStatementSyntax>(comp, 29162VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29234VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29286VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29344VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29476VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29517VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29552VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29601VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29679VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29766VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29844VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29937VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 30028VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 30096VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41180VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41226VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41268VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41318VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41363VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41412VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41471VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41501VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41547VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41577VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41635VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41668VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41734VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp,
Semantics\ExtensionTests2.cs (1)
32328VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, """
Semantics\ParamsCollectionTests.cs (3)
14569VerifyOperationTreeForTest<MethodDeclarationSyntax>(comp, """ 14660VerifyOperationTreeForTest<MethodDeclarationSyntax>(comp, """ 14787VerifyOperationTreeForTest<MethodDeclarationSyntax>(comp, """
Semantics\PatternMatchingTests3.cs (1)
3007VerifyOperationTreeForTest<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)
644VerifyOperationTreeForTest<AssignmentExpressionSyntax>(comp, @" 691VerifyOperationTreeForTest<AssignmentExpressionSyntax>(comp, @" 739VerifyOperationTreeForTest<VariableDeclarationSyntax>(comp, @" 780VerifyOperationTreeForTest<VariableDeclarationSyntax>(comp, @" 3710VerifyOperationTreeForTest<ObjectCreationExpressionSyntax>(comp, expectedOperationTree: @" 3734VerifyOperationTreeForTest<ElementAccessExpressionSyntax>(comp, expectedOperationTree: @" 3880VerifyOperationTreeForTest<InvocationExpressionSyntax>(comp, expectedOperationTree: @" 3959VerifyOperationTreeForTest<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);