1 write to _diagnostics
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Diagnostics\DiagnosticsPass.vb (1)
45
Me.
_diagnostics
= diagnostics
6 references to _diagnostics
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\Diagnostics\DiagnosticsPass.vb (5)
76
Binder.ReportDiagnostic(Me.
_diagnostics
, node.Syntax, ERRID.ERR_CannotLiftByRefParamQuery1, parameterSymbol.Name)
78
Binder.ReportDiagnostic(Me.
_diagnostics
, node.Syntax, ERRID.ERR_CannotLiftByRefParamLambda1, parameterSymbol.Name)
90
Binder.ReportDiagnostic(Me.
_diagnostics
, node.Syntax, errorId)
100
Binder.ReportDiagnostic(Me.
_diagnostics
, node.Syntax, errorId)
155
Binder.ReportDiagnostic(Me.
_diagnostics
, errorSyntax, errorId)
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
405
Me.
_diagnostics
.Add(New VBDiagnostic(ErrorFactory.ErrorInfo(code), node.Syntax.GetLocation()))