4 references to InitialState
Microsoft.CodeAnalysis.CSharp (4)
Compilation\SyntaxTreeSemanticModel.cs (3)
1199
return MethodBodySemanticModel.Create(this, symbol, new MethodBodySemanticModel.
InitialState
(exprDecl, binder: binder));
1226
new MethodBodySemanticModel.
InitialState
(node, binder: new ExecutableCodeBinder(node, scriptInitializer, new ScriptLocalScopeBinder(_globalStatementLabels, defaultOuter()))));
1246
return MethodBodySemanticModel.Create(this, symbol, new MethodBodySemanticModel.
InitialState
(memberDecl, binder: binder));
Compiler\MethodCompiler.cs (1)
1875
forSemanticModel = new MethodBodySemanticModel.
InitialState
(syntaxNode, methodBodyForSemanticModel, bodyBinder, snapshotManager, remappedSymbols);