1 instantiation of SynthesizedInteractiveInitializerMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2752Dim scriptInitializer = New SynthesizedInteractiveInitializerMethod(syntaxRef, Me, diagnostics)
12 references to SynthesizedInteractiveInitializerMethod
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\InitializerRewriter.vb (2)
175initializerMethod As SynthesizedInteractiveInitializerMethod, 198method As SynthesizedInteractiveInitializerMethod,
Binding\Binder_Initializers.vb (2)
87scriptInitializerOpt As SynthesizedInteractiveInitializerMethod, 204scriptInitializerOpt As SynthesizedInteractiveInitializerMethod,
Compilation\MethodCompiler.vb (2)
551Dim scriptInitializer As SynthesizedInteractiveInitializerMethod = Nothing 1464body = InitializerRewriter.BuildScriptInitializerBody(DirectCast(method, SynthesizedInteractiveInitializerMethod), processedInitializers, block)
Compilation\VisualBasicCompilation.vb (1)
858Friend Function GetSubmissionInitializer() As SynthesizedInteractiveInitializerMethod
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
118Debug.Assert((TypeOf method Is SynthesizedLambdaMethod) OrElse (TypeOf method Is SynthesizedInteractiveInitializerMethod))
Symbols\NamedTypeSymbol.vb (3)
573Friend Function GetScriptInitializer() As SynthesizedInteractiveInitializerMethod 575Return DirectCast(GetMembers(SynthesizedInteractiveInitializerMethod.InitializerName).Single(), SynthesizedInteractiveInitializerMethod)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
21Friend Shared Function Create(initializerMethod As SynthesizedInteractiveInitializerMethod, diagnostics As BindingDiagnosticBag) As SynthesizedEntryPointSymbol