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)
40873
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
40908
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
40945
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
40982
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
41019
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
41056
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
41099
model.
VerifyOperationTree
(tree.GetRoot().DescendantNodes().OfType<CollectionExpressionSyntax>().Single(), """
Semantics\PrimaryConstructorTests.cs (6)
1318
model.
VerifyOperationTree
(equalsValue,
1335
model.
VerifyOperationTree
(baseWithargs,
1354
model.
VerifyOperationTree
(equalsValue,
1360
model.
VerifyOperationTree
(baseWithargs.Parent,
1685
model.
VerifyOperationTree
(classDeclarations[0],
1777
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);