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)
561Dim scriptInitializer As SynthesizedInteractiveInitializerMethod = Nothing 1490body = InitializerRewriter.BuildScriptInitializerBody(DirectCast(method, SynthesizedInteractiveInitializerMethod), processedInitializers, block)
Compilation\VisualBasicCompilation.vb (1)
861Friend Function GetSubmissionInitializer() As SynthesizedInteractiveInitializerMethod
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
118Debug.Assert((TypeOf method Is SynthesizedLambdaMethod) OrElse (TypeOf method Is SynthesizedInteractiveInitializerMethod))
Symbols\NamedTypeSymbol.vb (3)
583Friend Function GetScriptInitializer() As SynthesizedInteractiveInitializerMethod 585Return DirectCast(GetMembers(SynthesizedInteractiveInitializerMethod.InitializerName).Single(), SynthesizedInteractiveInitializerMethod)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
21Friend Shared Function Create(initializerMethod As SynthesizedInteractiveInitializerMethod, diagnostics As BindingDiagnosticBag) As SynthesizedEntryPointSymbol