15 references to GetEntryPoint
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\VisualBasicCompilation.vb (1)
3065
Return Me.
GetEntryPoint
(cancellationToken)
Symbols\Source\SourceMethodSymbol.vb (1)
1445
Dim entryPointMethod As MethodSymbol = compilation.
GetEntryPoint
(CancellationToken.None)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (6)
Emit\EntryPointTests.vb (6)
1362
compilation.
GetEntryPoint
(Nothing))
1384
compilation.
GetEntryPoint
(Nothing))
1406
Assert.Null(compilation.
GetEntryPoint
(Nothing))
1428
Assert.Null(compilation.
GetEntryPoint
(Nothing))
1452
Assert.Null(compilation.
GetEntryPoint
(Nothing))
1479
Assert.Null(compilation2.
GetEntryPoint
(Nothing))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (7)
Compilation\CompilationAPITests.vb (7)
2012
Assert.Equal(mainMethod, compilation.
GetEntryPoint
(Nothing))
2033
Assert.Null(compilation.
GetEntryPoint
(Nothing))
2051
Assert.Null(compilation.
GetEntryPoint
(Nothing))
2104
Dim entryPoint = compilation.
GetEntryPoint
(Nothing)
2143
Dim method = compilation.
GetEntryPoint
(Nothing)
2180
Dim method = compilation.
GetEntryPoint
(Nothing)
2230
Assert.Equal(mainMethod, compilation.
GetEntryPoint
(Nothing))