2 types derived from SynthesizedEntryPointSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SynthesizedEntryPointSymbol.vb (2)
220Inherits SynthesizedEntryPointSymbol 313Inherits SynthesizedEntryPointSymbol
2 instantiations of SynthesizedEntryPointSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SynthesizedEntryPointSymbol.vb (2)
226MyBase.New(containingType, returnType) 318MyBase.New(containingType, returnType)
8 references to SynthesizedEntryPointSymbol
Microsoft.CodeAnalysis.VisualBasic (8)
Compilation\MethodCompiler.vb (2)
305Dim synthesizedEntryPoint = TryCast(entryPoint, SynthesizedEntryPointSymbol) 552Dim scriptEntryPoint As SynthesizedEntryPointSymbol = Nothing
Symbols\NamedTypeSymbol.vb (4)
578Friend Function GetScriptEntryPoint() As SynthesizedEntryPointSymbol 580Dim name = If(TypeKind = TypeKind.Submission, SynthesizedEntryPointSymbol.FactoryName, SynthesizedEntryPointSymbol.MainName) 581Return DirectCast(GetMembers(name).Single(), SynthesizedEntryPointSymbol)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2754Dim scriptEntryPoint = SynthesizedEntryPointSymbol.Create(scriptInitializer, diagnostics)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
21Friend Shared Function Create(initializerMethod As SynthesizedInteractiveInitializerMethod, diagnostics As BindingDiagnosticBag) As SynthesizedEntryPointSymbol