11 references to MethodCompiler
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Statements.vb (2)
420MethodCompiler.GetExplicitlyOrImplicitlyReferencedConstructor(methodSymbol, statements(0), Me, 426Dim initializer As BoundExpressionStatement = MethodCompiler.BindDefaultConstructorInitializer(methodSymbol, referencedConstructor, diagnostics, Me)
Compilation\ClsComplianceChecker.vb (1)
37''' <seealso cref="MethodCompiler._compilerTasks"/>
Compilation\SynthesizedMetadataCompiler.vb (3)
12''' When compiling in metadata-only mode, <see cref="MethodCompiler"/> is not run. This is problematic because 13''' <see cref="MethodCompiler"/> adds synthesized explicit implementations to the list of synthesized definitions. 14''' In lieu of running <see cref="MethodCompiler"/>, this class performs a quick
Compilation\VisualBasicCompilation.vb (3)
2294MethodCompiler.GetCompileDiagnostics(Me, SourceModule.GlobalNamespace, Nothing, Nothing, hasDeclarationErrors, diagnostics, doLowering, cancellationToken) 2303MethodCompiler.GetCompileDiagnostics(Me, 2503MethodCompiler.CompileMethodBodies(
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
430builder.Add(MethodCompiler.BindDefaultConstructorInitializer(constructor, diagnostics))
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (1)
174Public Sub AssignTemplatesNamesAndCompile(compiler As MethodCompiler, moduleBeingBuilt As Emit.PEModuleBuilder, diagnostics As BindingDiagnosticBag)