3 references to createMethodBodySemanticModel
Microsoft.CodeAnalysis.CSharp (3)
Compilation\SyntaxTreeSemanticModel.cs (3)
1079
return
createMethodBodySemanticModel
(node, SynthesizedSimpleProgramEntryPointSymbol.GetSimpleProgramEntryPoint(Compilation, (CompilationUnitSyntax)node, fallbackToMainEntryPoint: false));
1103
return
createMethodBodySemanticModel
(node, symbol);
1114
return
createMethodBodySemanticModel
(accessorDecl, symbol);