1 write to CompilationState
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\SyntheticBoundNodeFactory.vb (1)
73
Me.
CompilationState
= compilationState
15 references to CompilationState
Microsoft.CodeAnalysis.VisualBasic (15)
CodeGen\ResumableStateMachineStateAllocator.vb (3)
77
Debug.Assert(f.
CompilationState
IsNot Nothing)
78
Debug.Assert(f.
CompilationState
.ModuleBuilderOpt IsNot Nothing)
92
DirectCast(f.
CompilationState
.ModuleBuilderOpt.GetOrCreateHotReloadExceptionConstructorDefinition(), MethodSymbol),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (1)
113
If Me.SlotAllocatorOpt Is Nothing OrElse Not Me.SlotAllocatorOpt.TryGetPreviousAwaiterSlotIndex(F.
CompilationState
.ModuleBuilderOpt.Translate(awaiterType, F.Syntax, F.Diagnostics.DiagnosticBag), F.Diagnostics.DiagnosticBag, slotIndex) Then
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
290
F.
CompilationState
,
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
430
Dim statementFactory As New SyntheticBoundNodeFactory(_methodBodyFactory.TopLevelMethod, _method, original.Syntax, _methodBodyFactory.
CompilationState
, _diagnostics)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
85
MyBase.New(slotAllocatorOpt, F.
CompilationState
, diagnostics, preserveOriginalLocals:=False)
Lowering\StateMachineRewriter\StateMachineRewriter.vb (3)
100
Me.F.
CompilationState
.StateMachineImplementationClass(Me.Method) = Me.StateMachineType
110
Dim variablesToHoist = IteratorAndAsyncCaptureWalker.Analyze(New FlowAnalysisInfo(F.
CompilationState
.Compilation, Me.Method, Me.Body), Me.Diagnostics.DiagnosticBag)
306
F.
CompilationState
.ModuleBuilderOpt.Translate(fieldType, declaratorSyntax, Diagnostics.DiagnosticBag),
Lowering\SyntheticBoundNodeFactory.vb (5)
48
Return Me.
CompilationState
.Compilation
63
Return If(Me.
CompilationState
IsNot Nothing, Me.
CompilationState
.ModuleBuilderOpt, Nothing)
267
useSiteInfo = New UseSiteInfo(Of AssemblySymbol)(GetDiagnosticForMissingRuntimeHelper(memberDescriptor.DeclaringTypeMetadataName, memberDescriptor.Name,
CompilationState
.Compilation.Options.EmbedVbCoreRuntime))
1130
CompilationState
.AddSynthesizedMethod(Me.CurrentMethod, body, stateMachineType:=Nothing, ImmutableArray(Of StateMachineStateDebugInfo).Empty)