5 references to Create
Microsoft.CodeAnalysis.UnitTests (5)
Diagnostics\OperationTests.cs (5)
283_ = ControlFlowGraph.Create(node: null, model); 296_ = ControlFlowGraph.Create(methodBodySyntax, semanticModel: null); 311_ = ControlFlowGraph.Create(literal, model); 324Assert.Null(ControlFlowGraph.Create(classDecl, model)); 327var cfgFromSyntax = ControlFlowGraph.Create(methodBodySyntax, model);