4 references to createMethodBodySemanticModel
Microsoft.CodeAnalysis.CSharp (4)
Compilation\SyntaxTreeSemanticModel.cs (4)
1073return createMethodBodySemanticModel(node, SynthesizedSimpleProgramEntryPointSymbol.GetSimpleProgramEntryPoint(Compilation, (CompilationUnitSyntax)node, fallbackToMainEntryPoint: false)); 1083return createMethodBodySemanticModel(memberDecl, symbol); 1096return createMethodBodySemanticModel(node, symbol); 1107return createMethodBodySemanticModel(accessorDecl, symbol);