52 references to VerifyOperationTree
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (43)
Attributes\AttributeTests.cs (6)
715
VerifyOperationTree
(comp, operation, @"
757
VerifyOperationTree
(comp, speculativeOperation, @"
822
VerifyOperationTree
(comp, speculativeOperation, @"
863
VerifyOperationTree
(comp, speculativeOperation, @"
904
VerifyOperationTree
(comp, speculativeOperation, @"
943
VerifyOperationTree
(comp, speculativeOperation, @"
Semantics\OutVarTests.cs (1)
3516
VerifyOperationTree
(compilation, initializerOperation.Parent.Parent, @"
Semantics\PatternMatchingTests5.cs (5)
429
VerifyOperationTree
(comp, model.GetOperation(isPattern), @"
566
VerifyOperationTree
(comp, model.GetOperation(isPattern), @"
797
VerifyOperationTree
(comp, model.GetOperation(isPattern), @"
843
VerifyOperationTree
(comp, model.GetOperation(isPattern), @"
897
VerifyOperationTree
(comp, model.GetOperation(isPattern), @"
Semantics\PrimaryConstructorTests.cs (5)
1112
VerifyOperationTree
(comp, operation,
1133
VerifyOperationTree
(comp, operation.Parent.Parent,
4352
VerifyOperationTree
((CSharpCompilation)context.Compilation, context.Operation,
4367
VerifyOperationTree
((CSharpCompilation)context.Compilation, context.Operation,
5698
VerifyOperationTree
((CSharpCompilation)context.Compilation, context.Operation, @"");
Semantics\RecordTests.cs (4)
21289
VerifyOperationTree
(comp, operation,
21310
VerifyOperationTree
(comp, operation.Parent.Parent,
26919
VerifyOperationTree
((CSharpCompilation)context.Compilation, context.Operation,
26934
VerifyOperationTree
((CSharpCompilation)context.Compilation, context.Operation,
Symbols\UserDefinedCompoundAssignmentOperatorsTests.cs (22)
3146
VerifyOperationTree
(comp2, iOp, @"
3236
VerifyOperationTree
(comp2, iOp, @"
3694
VerifyOperationTree
(comp2, iOp, @"
3797
VerifyOperationTree
(comp2, iOp, @"
4228
VerifyOperationTree
(comp2, iOp, @"
4306
VerifyOperationTree
(comp2, iOp, @"
11996
VerifyOperationTree
(comp2, iOp, @"
12099
VerifyOperationTree
(comp2, iOp, @"
12372
VerifyOperationTree
(comp2, iOp, @"
12473
VerifyOperationTree
(comp2, iOp, @"
12960
VerifyOperationTree
(comp2, iOp, @"
13037
VerifyOperationTree
(comp2, iOp, @"
13265
VerifyOperationTree
(comp2, iOp, @"
13340
VerifyOperationTree
(comp2, iOp, @"
13831
VerifyOperationTree
(comp2, iOp, @"
13954
VerifyOperationTree
(comp2, iOp, @"
14244
VerifyOperationTree
(comp2, iOp, @"
14365
VerifyOperationTree
(comp2, iOp, @"
14929
VerifyOperationTree
(comp2, iOp, @"
15024
VerifyOperationTree
(comp2, iOp, @"
15279
VerifyOperationTree
(comp2, iOp, @"
15372
VerifyOperationTree
(comp2, iOp, @"
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\BindingTests.cs (2)
4073
VerifyOperationTree
(comp, model.GetOperation(ifStmt), operationString);
4081
VerifyOperationTree
(comp, model.GetOperation(ifStmt), operationString);
Semantics\InterpolationTests.cs (3)
19077
VerifyOperationTree
(comp, model.GetOperation(incompleteDeclaration), """
19133
VerifyOperationTree
(comp, model.GetOperation(incompleteAssignment), """
19197
VerifyOperationTree
(comp, model.GetOperation(incompleteAssignment), """
Semantics\RecordStructTests.cs (3)
6495
VerifyOperationTree
((CSharpCompilation)context.Compilation, context.Operation, @"");
7003
VerifyOperationTree
(comp, operation, @"
8886
VerifyOperationTree
(comp, operation, @"
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2587
VerifyOperationTree
(compilation, model.GetOperation(syntaxNode), expectedOperationTree);