Lowering\LocalRewriter\LocalRewriter.vb (6)
569Binder.ReportUseSite(_diagnostics, syntax, info)
587Return ReportMissingOrBadRuntimeHelper(node, specialMember, memberSymbol, Me._diagnostics, _compilationState.Compilation.Options.EmbedVbCoreRuntime)
618Return ReportMissingOrBadRuntimeHelper(node, wellKnownMember, memberSymbol, Me._diagnostics, _compilationState.Compilation.Options.EmbedVbCoreRuntime)
663ReportUseSite(node, typeSymbol.GetUseSiteInfo(), Me._diagnostics)
833Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics)
866Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (13)
209Dim factory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, syntax, _compilationState, _diagnostics)
216ReportUseSite(rewrittenOperand, useSiteInfo, _diagnostics)
320Dim F As New SyntheticBoundNodeFactory(Me._topMethod, Me._currentMethodOrLambda, node.Syntax, Me._compilationState, Me._diagnostics)
427_diagnostics.Add(node, useSiteInfo)
454_diagnostics.Add(node, useSiteInfo)
517Return New CompoundUseSiteInfo(Of AssemblySymbol)(_diagnostics, Me.Compilation.Assembly)
551_diagnostics.Add(node, useSiteInfo)
606_diagnostics.Add(node, useSiteInfo)
629_diagnostics.Add(node, useSiteInfo)
656_diagnostics.Add(node, useSiteInfo)
669_diagnostics.Add(node, useSiteInfo)
894_diagnostics.Add(node, useSiteInfo)
969_diagnostics.Add(node, useSiteInfo)
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (8)
20Dim factory = New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics)
82binder.GetWellKnownType(WellKnownType.System_Runtime_CompilerServices_FormattableStringFactory, conversion.Syntax, _diagnostics),
85New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics))
104_diagnostics.Add(node, useSiteInfo)
172_diagnostics,
174forceExpandedForm:=True), _diagnostics).MakeCompilerGenerated()
177result = binder.ApplyImplicitConversion(node.Syntax, targetType, result, _diagnostics).MakeCompilerGenerated()
189ReportDiagnostic(node, ErrorFactory.ErrorInfo(ERRID.ERR_InterpolatedStringFactoryError, factoryType.Name, factoryMethodName), _diagnostics)
Lowering\LocalRewriter\LocalRewriter_LateBindingHelpers.vb (9)
29_diagnostics.Add(node, useSiteInfo)
134_diagnostics.Add(node, useSiteInfo)
175_diagnostics.Add(node, useSiteInfo)
222_diagnostics.Add(argument, useSiteInfo)
238_diagnostics.Add(rewrittenValue, useSiteInfo)
288_diagnostics.Add(argument, useSiteInfo)
977Binder.ReportUseSite(_diagnostics, syntax.GetLocation(), useSiteInfo)
983_diagnostics.AddDependencies(useSiteInfo)
999If Binder.ReportUseSite(_diagnostics, syntax.GetLocation(), useSiteInfo) Then
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (5)
41Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics)
143Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics)
326Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics)
384Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, node.Syntax, _compilationState, _diagnostics)
462Dim nodeFactory As New SyntheticBoundNodeFactory(_topMethod, _currentMethodOrLambda, syntax, _compilationState, _diagnostics)