83 references to ControlFlowGraphVerifier
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (34)
CodeGen\IndexAndRangeTests.cs (34)
129var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
130ControlFlowGraphVerifier.VerifyGraph(comp, """
335var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
336ControlFlowGraphVerifier.VerifyGraph(comp, """
422var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
423ControlFlowGraphVerifier.VerifyGraph(comp, """
509var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
510ControlFlowGraphVerifier.VerifyGraph(comp, """
693var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
694ControlFlowGraphVerifier.VerifyGraph(comp, """
1618var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
1619ControlFlowGraphVerifier.VerifyGraph(comp, """
1811var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
1812ControlFlowGraphVerifier.VerifyGraph(comp, """
2347var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
2348ControlFlowGraphVerifier.VerifyGraph(comp, """
2681var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
2682ControlFlowGraphVerifier.VerifyGraph(comp, """
2844var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
2845ControlFlowGraphVerifier.VerifyGraph(comp, """
3022var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3023ControlFlowGraphVerifier.VerifyGraph(comp, """
3136var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3137ControlFlowGraphVerifier.VerifyGraph(comp, """
3357var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3358ControlFlowGraphVerifier.VerifyGraph(comp, """
3644var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3645ControlFlowGraphVerifier.VerifyGraph(comp, """
3734var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3735ControlFlowGraphVerifier.VerifyGraph(comp, """
3820var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3821ControlFlowGraphVerifier.VerifyGraph(comp, """
3893var (graph, symbol) = ControlFlowGraphVerifier.GetControlFlowGraph(node.Parent.Parent, model);
3894ControlFlowGraphVerifier.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)