2 references to MethodBodySemanticModel
Microsoft.CodeAnalysis.CSharp (2)
Compilation\MethodBodySemanticModel.cs (1)
64
var result = new
MethodBodySemanticModel
(owner, initialState.Binder, initialState.Syntax, containingSemanticModel);
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
114
_memberModel = new
MethodBodySemanticModel
(owner, rootBinder, syntax, containingPublicSemanticModel: this, parentRemappedSymbolsOpt: parentRemappedSymbolsOpt);