21 references to EmbedVbCoreRuntime
Microsoft.CodeAnalysis.VisualBasic (21)
Binding\Binder.vb (2)
606useSiteInfo = GetUseSiteInfoForWellKnownTypeMember(memberSymbol, member, compilation.Options.EmbedVbCoreRuntime) 1108Dim useSiteInfo As UseSiteInfo(Of AssemblySymbol) = GetUseSiteInfoForWellKnownTypeMember(memberSymbol, attributeCtor, compilation.Options.EmbedVbCoreRuntime)
Binding\Binder_Expressions.vb (1)
2525If IdentifierComparison.Equals(MissingRuntimeMemberDiagnosticHelper.MyVBNamespace, name) AndAlso Me.Compilation.Options.EmbedVbCoreRuntime Then
Binding\Binder_Lookup.vb (1)
171If Not Me.Compilation.Options.EmbedVbCoreRuntime Then
Compilation\VisualBasicCompilation.vb (5)
244If compilationOptions.EmbedVbCoreRuntime OrElse compilationOptions.SuppressEmbeddedDeclarations Then 303Dim embedded = If(Options.EmbedVbCoreRuntime, EmbeddedSymbolKind.VbCore, EmbeddedSymbolKind.None) Or 648ElseIf Me.Options.EmbedVbCoreRuntime <> newOptions.EmbedVbCoreRuntime OrElse Me.Options.ParseOptions <> newOptions.ParseOptions Then 765WriteValue(builder, CompilationOptionNames.EmbedRuntime, Options.EmbedVbCoreRuntime.ToString())
Compilation\VisualBasicDeterministicKeyBuilder.vb (1)
77writer.Write("embedVbCoreRuntime", basicOptions.EmbedVbCoreRuntime)
Lowering\LocalRewriter\LocalRewriter.vb (2)
587Return ReportMissingOrBadRuntimeHelper(node, specialMember, memberSymbol, Me._diagnostics, _compilationState.Compilation.Options.EmbedVbCoreRuntime) 618Return ReportMissingOrBadRuntimeHelper(node, wellKnownMember, memberSymbol, Me._diagnostics, _compilationState.Compilation.Options.EmbedVbCoreRuntime)
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
161Dim info = GetDiagnosticForMissingRuntimeHelper(memberDescriptor.DeclaringTypeMetadataName, accessorName, _compilationState.Compilation.Options.EmbedVbCoreRuntime)
Lowering\SyntheticBoundNodeFactory.vb (1)
267useSiteInfo = New UseSiteInfo(Of AssemblySymbol)(GetDiagnosticForMissingRuntimeHelper(memberDescriptor.DeclaringTypeMetadataName, memberDescriptor.Name, CompilationState.Compilation.Options.EmbedVbCoreRuntime))
Symbols\AnonymousTypes\AnonymousType_SymbolCollection.vb (1)
32Dim vbEmbedRuntime = Compilation.Options.EmbedVbCoreRuntime
VisualBasicCompilationOptions.vb (6)
310embedVbCoreRuntime:=other.EmbedVbCoreRuntime, 628If value = Me.EmbedVbCoreRuntime Then 1030If Me.EmbedVbCoreRuntime AndAlso Me.OutputKind.IsNetModule() Then 1100Me.EmbedVbCoreRuntime = other.EmbedVbCoreRuntime AndAlso 1127Hash.Combine(Me.EmbedVbCoreRuntime,