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, 16410VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 16485VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28238VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28358VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28484VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28551VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28613VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28695VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28764VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28822VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28892VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 28970var operation = VerifyOperationTreeForTest<ReturnStatementSyntax>(comp, 29032var operation = VerifyOperationTreeForTest<ReturnStatementSyntax>(comp, 29067VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29139VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29191VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29249VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29383VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29424VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29459VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29508VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29586VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29673VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29751VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29844VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 29935VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 30003VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41107VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41153VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41195VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41245VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41290VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41339VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41398VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41428VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41474VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41504VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41562VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41595VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp, 41661VerifyOperationTreeForTest<CollectionExpressionSyntax>(comp,
Semantics\ExtensionTests2.cs (1)
31169VerifyOperationTreeForTest<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)
8052var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8082var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8110var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8138var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8163var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8194var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8224var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8252var operation = (IRangeOperation)VerifyOperationTreeForTest<RangeExpressionSyntax>(compilation, expectedOperationTree); 8280var 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);