11 references to MethodCompiler
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Statements.vb (2)
420
MethodCompiler
.GetExplicitlyOrImplicitlyReferencedConstructor(methodSymbol, statements(0), Me,
426
Dim 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)
2294
MethodCompiler
.GetCompileDiagnostics(Me, SourceModule.GlobalNamespace, Nothing, Nothing, hasDeclarationErrors, diagnostics, doLowering, cancellationToken)
2303
MethodCompiler
.GetCompileDiagnostics(Me,
2503
MethodCompiler
.CompileMethodBodies(
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
430
builder.Add(
MethodCompiler
.BindDefaultConstructorInitializer(constructor, diagnostics))
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (1)
174
Public Sub AssignTemplatesNamesAndCompile(compiler As
MethodCompiler
, moduleBeingBuilt As Emit.PEModuleBuilder, diagnostics As BindingDiagnosticBag)