83 references to ControlFlowGraphVerifier
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (34)
CodeGen\IndexAndRangeTests.cs (34)
134var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
135ControlFlowGraphVerifier.VerifyGraph(comp, """
340var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
341ControlFlowGraphVerifier.VerifyGraph(comp, """
427var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
428ControlFlowGraphVerifier.VerifyGraph(comp, """
514var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
515ControlFlowGraphVerifier.VerifyGraph(comp, """
698var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
699ControlFlowGraphVerifier.VerifyGraph(comp, """
1623var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
1624ControlFlowGraphVerifier.VerifyGraph(comp, """
1816var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
1817ControlFlowGraphVerifier.VerifyGraph(comp, """
2352var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
2353ControlFlowGraphVerifier.VerifyGraph(comp, """
2686var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
2687ControlFlowGraphVerifier.VerifyGraph(comp, """
2849var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
2850ControlFlowGraphVerifier.VerifyGraph(comp, """
3027var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3028ControlFlowGraphVerifier.VerifyGraph(comp, """
3141var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3142ControlFlowGraphVerifier.VerifyGraph(comp, """
3362var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3363ControlFlowGraphVerifier.VerifyGraph(comp, """
3649var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3650ControlFlowGraphVerifier.VerifyGraph(comp, """
3739var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3740ControlFlowGraphVerifier.VerifyGraph(comp, """
3825var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3826ControlFlowGraphVerifier.VerifyGraph(comp, """
3898var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3899ControlFlowGraphVerifier.VerifyGraph(comp, """
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (11)
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (20)
IOperation\IOperationTests_ICollectionExpressionOperation.cs (14)
2587var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(root.DescendantNodes().OfType<BlockSyntax>().Single(), semanticModel);
2588ControlFlowGraphVerifier.VerifyGraph(compilation, """
2709var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(root.DescendantNodes().OfType<BlockSyntax>().Single(), semanticModel);
2710ControlFlowGraphVerifier.VerifyGraph(compilation, """
2834var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(root.DescendantNodes().OfType<BlockSyntax>().Single(), semanticModel);
2835ControlFlowGraphVerifier.VerifyGraph(compilation, """
2956var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(root.DescendantNodes().OfType<BlockSyntax>().Single(), semanticModel);
2957ControlFlowGraphVerifier.VerifyGraph(compilation, """
3107var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(root.DescendantNodes().OfType<BlockSyntax>().Single(), semanticModel);
3108ControlFlowGraphVerifier.VerifyGraph(compilation, """
3261var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(root.DescendantNodes().OfType<BlockSyntax>().Single(), semanticModel);
3262ControlFlowGraphVerifier.VerifyGraph(compilation, """
3415var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(root.DescendantNodes().OfType<BlockSyntax>().Single(), semanticModel);
3416ControlFlowGraphVerifier.VerifyGraph(compilation, """
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
Microsoft.CodeAnalysis.Test.Utilities (3)
Microsoft.CodeAnalysis.UnitTests (2)