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