1 write to _entryPoint
Microsoft.CodeAnalysis.CSharp (1)
Binder\SimpleProgramBinder.cs (1)
23_entryPoint = entryPoint;
5 references to _entryPoint
Microsoft.CodeAnalysis.CSharp (5)
Binder\SimpleProgramBinder.cs (5)
30foreach (var statement in _entryPoint.CompilationUnit.Members) 45foreach (var statement in _entryPoint.CompilationUnit.Members) 68foreach (var statement in _entryPoint.CompilationUnit.Members) 72BuildLabels(_entryPoint, topLevelStatement.Statement, ref labels); 101return _entryPoint.SyntaxNode;