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)
6 references to SynthesizedEntryPointSymbol
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\NamedTypeSymbol.vb (4)
586Friend Function GetScriptEntryPoint() As SynthesizedEntryPointSymbol 588Dim name = If(TypeKind = TypeKind.Submission, SynthesizedEntryPointSymbol.FactoryName, SynthesizedEntryPointSymbol.MainName) 589Return DirectCast(GetMembers(name).Single(), SynthesizedEntryPointSymbol)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2764Dim scriptEntryPoint = SynthesizedEntryPointSymbol.Create(scriptInitializer, diagnostics)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
21Friend Shared Function Create(initializerMethod As SynthesizedInteractiveInitializerMethod, diagnostics As BindingDiagnosticBag) As SynthesizedEntryPointSymbol