26 references to VerifyOperationTree
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (21)
FirstClassSpanTests.cs (2)
2868
model.
VerifyOperationTree
(cast, """
2884
model.
VerifyOperationTree
(cast, """
Semantics\CollectionExpressionTests.cs (7)
38022
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
38057
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
38094
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
38131
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
38168
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
38205
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
38248
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
Semantics\PrimaryConstructorTests.cs (6)
1188
model.
VerifyOperationTree
(equalsValue,
1205
model.
VerifyOperationTree
(baseWithargs,
1224
model.
VerifyOperationTree
(equalsValue,
1230
model.
VerifyOperationTree
(baseWithargs.Parent,
1555
model.
VerifyOperationTree
(classDeclarations[0],
1647
model.
VerifyOperationTree
(classDeclarations[1],
Semantics\RecordTests.cs (6)
21365
model.
VerifyOperationTree
(equalsValue,
21383
model.
VerifyOperationTree
(baseWithargs,
21402
model.
VerifyOperationTree
(equalsValue,
21408
model.
VerifyOperationTree
(baseWithargs.Parent,
21733
model.
VerifyOperationTree
(recordDeclarations[0],
21825
model.
VerifyOperationTree
(recordDeclarations[1],
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests.cs (1)
629
speculativeModel.
VerifyOperationTree
(localDecl, expectedOperationTree: @"
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\TopLevelStatementsTests.cs (3)
207
model1.
VerifyOperationTree
(unit1,
335
model1.
VerifyOperationTree
(unit1,
375
model2.
VerifyOperationTree
(unit2,
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\CompilationExtensions.cs (1)
195
model.
VerifyOperationTree
(node, expectedOperationTree);