4 references to Create
Microsoft.CodeAnalysis.CSharp (4)
Compilation\SyntaxTreeSemanticModel.cs (3)
1199
return MethodBodySemanticModel.
Create
(this, symbol, new MethodBodySemanticModel.InitialState(exprDecl, binder: binder));
1223
return MethodBodySemanticModel.
Create
(
1246
return MethodBodySemanticModel.
Create
(this, symbol, new MethodBodySemanticModel.InitialState(memberDecl, binder: binder));
Compiler\MethodCompiler.cs (1)
1180
return MethodBodySemanticModel.
Create
(semanticModelWithCachedBoundNodes,