17 references to VerifyOperationTree
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests.cs (1)
629
speculativeModel.
VerifyOperationTree
(localDecl, expectedOperationTree: @"
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (15)
Semantics\PrimaryConstructorTests.cs (6)
1079
model.
VerifyOperationTree
(equalsValue,
1096
model.
VerifyOperationTree
(baseWithargs,
1115
model.
VerifyOperationTree
(equalsValue,
1121
model.
VerifyOperationTree
(baseWithargs.Parent,
1446
model.
VerifyOperationTree
(classDeclarations[0],
1538
model.
VerifyOperationTree
(classDeclarations[1],
Semantics\RecordTests.cs (6)
21271
model.
VerifyOperationTree
(equalsValue,
21289
model.
VerifyOperationTree
(baseWithargs,
21308
model.
VerifyOperationTree
(equalsValue,
21314
model.
VerifyOperationTree
(baseWithargs.Parent,
21639
model.
VerifyOperationTree
(recordDeclarations[0],
21731
model.
VerifyOperationTree
(recordDeclarations[1],
Semantics\TopLevelStatementsTests.cs (3)
206
model1.
VerifyOperationTree
(unit1,
334
model1.
VerifyOperationTree
(unit1,
374
model2.
VerifyOperationTree
(unit2,
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\CompilationExtensions.cs (1)
191
model.
VerifyOperationTree
(node, expectedOperationTree);