12 references to SynthesizedInteractiveInitializerMethod
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\InitializerRewriter.vb (2)
175
initializerMethod As
SynthesizedInteractiveInitializerMethod
,
198
method As
SynthesizedInteractiveInitializerMethod
,
Binding\Binder_Initializers.vb (2)
87
scriptInitializerOpt As
SynthesizedInteractiveInitializerMethod
,
204
scriptInitializerOpt As
SynthesizedInteractiveInitializerMethod
,
Compilation\MethodCompiler.vb (2)
561
Dim scriptInitializer As
SynthesizedInteractiveInitializerMethod
= Nothing
1490
body = InitializerRewriter.BuildScriptInitializerBody(DirectCast(method,
SynthesizedInteractiveInitializerMethod
), processedInitializers, block)
Compilation\VisualBasicCompilation.vb (1)
861
Friend Function GetSubmissionInitializer() As
SynthesizedInteractiveInitializerMethod
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
118
Debug.Assert((TypeOf method Is SynthesizedLambdaMethod) OrElse (TypeOf method Is
SynthesizedInteractiveInitializerMethod
))
Symbols\NamedTypeSymbol.vb (3)
583
Friend Function GetScriptInitializer() As
SynthesizedInteractiveInitializerMethod
585
Return DirectCast(GetMembers(
SynthesizedInteractiveInitializerMethod
.InitializerName).Single(),
SynthesizedInteractiveInitializerMethod
)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
21
Friend Shared Function Create(initializerMethod As
SynthesizedInteractiveInitializerMethod
, diagnostics As BindingDiagnosticBag) As SynthesizedEntryPointSymbol