3 instantiations of InitialState
Microsoft.CodeAnalysis.CSharp (3)
Compilation\SyntaxTreeSemanticModel.cs (2)
1230
new MethodBodySemanticModel.
InitialState
(node, binder: new ExecutableCodeBinder(node, scriptInitializer, new ScriptLocalScopeBinder(_globalStatementLabels, defaultOuter()))));
1250
return MethodBodySemanticModel.Create(this, symbol, new MethodBodySemanticModel.
InitialState
(memberDecl, binder: binder));
Compiler\MethodCompiler.cs (1)
1839
forSemanticModel = new MethodBodySemanticModel.
InitialState
(syntaxNode, methodBodyForSemanticModel, bodyBinder, snapshotManager, remappedSymbols);
4 references to InitialState
Microsoft.CodeAnalysis.CSharp (4)
Binder\InMethodBinder.cs (1)
30
/// This map is used by <see cref="MethodCompiler.BindMethodBody(MethodSymbol, TypeCompilationState, BindingDiagnosticBag, bool, BoundNode?, bool, out ImportChain?, out bool, out bool, out MethodBodySemanticModel.
InitialState
)"/>
Compilation\MethodBodySemanticModel.cs (1)
61
internal static MethodBodySemanticModel Create(SyntaxTreeSemanticModel containingSemanticModel, MethodSymbol owner,
InitialState
initialState)
Compiler\MethodCompiler.cs (2)
954
MethodBodySemanticModel.
InitialState
forSemanticModel = default;
1743
out MethodBodySemanticModel.
InitialState
forSemanticModel)