1 write to _emitModule
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LocalRewriter\LocalRewriter.vb (1)
133Me._emitModule = compilationState.ModuleBuilderOpt
8 references to _emitModule
Microsoft.CodeAnalysis.VisualBasic (8)
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (2)
295If _emitModule IsNot Nothing Then 296_emitModule.EmbeddedTypesManagerOpt.EmbedEventIfNeedTo([event].GetCciAdapter(), node.Syntax, _diagnostics.DiagnosticBag, isUsedForComAwareEventBinding:=True)
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (3)
141If _emitModule IsNot Nothing Then 142_emitModule.AddSynthesizedDefinition(Me._topMethod.ContainingType, result.Key.GetCciAdapter()) 145_emitModule.AddSynthesizedDefinition(Me._topMethod.ContainingType, result.Value.GetCciAdapter())
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (3)
175If _emitModule Is Nothing Then 185Dim privateImplClass = _emitModule.GetPrivateImplClass(node.Syntax, _diagnostics.DiagnosticBag) 190Dim method = New SynthesizedStringSwitchHashMethod(_emitModule.SourceModule, privateImplClass)